Car Rental Mini Guide for Norwich
Car Hire can be collected from
Norwich Airport or any other airport throughout the UK. To get the most out of your visit to this area a hire car is recommended to discover the Norfolk countryside and it is well worth heading to the coast to the seaside resort of Cromer. The city also has its own airport, which you can reach from flights within the
UK and also
Amsterdam. There is a rail service that connects Norwich directly with London and
Cambridge to the south and
Manchester and
Nottingham to the north, car rental is a great option and is available from all of these locations.
Current Rental Rates in Norwich
Toyota Aygo
4 Adults, 3 Doors
From 42.10 EUR/day
7 Days rental at 294.73 EUR from 12/12/2022
Opel Corsa
5 Adults, 3 Doors
From 42.96 EUR/day
7 Days rental at 300.77 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 43.76 EUR/day
7 Days rental at 306.36 EUR from 12/12/2022
Opel Astra
5 Adults, 5 Doors
From 44.66 EUR/day
7 Days rental at 312.62 EUR from 12/12/2022
Opel Corsa
5 Adults, 3 Doors
From 51.35 EUR/day
7 Days rental at 359.51 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 53.59 EUR/day
7 Days rental at 375.14 EUR from 12/12/2022
Nissan Qashqai
5 Adults, 5 Doors
From 54.81 EUR/day
7 Days rental at 383.67 EUR from 12/12/2022
Opel Astra
5 Adults, 5 Doors
From 55.82 EUR/day
7 Days rental at 390.77 EUR from 12/12/2022
Nissan Qashqai
5 Adults, 5 Doors
From 68.51 EUR/day
7 Days rental at 479.58 EUR from 12/12/2022
Useful to know about Norwich
- The Roman city of Venta Icenorum was just south of the city.
- The region was the home of Boudicca’s Iceni tribe.
- The city was already called Norvic in Saxon times.
- The Domesday Book notes its population as 10,000.
- In the 11th century, Norwich was the second largest city in the UK.
Popular car hire destinations in Norwich
Best car rental companies in Norwich
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
7.0
No.2: DOLLAR,
based on 3143 reviews
17 min (average wait time)
Norwich car hire information
-
€ 294.70
Average price:
(per week)
-
€ 42.10
Best Price:
Per Week
Average prices per day in Norwich
Item | Percent |
---|
January | € 106 |
---|
February | € 70 |
---|
March | € 62 |
---|
April | € 34 |
---|
May | € 84 |
---|
June | € 108 |
---|
July | € 87 |
---|
September | € 79 |
---|
October | € 69 |
---|
November | € 75 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 103 |
---|
February | € 66 |
---|
March | € 59 |
---|
April | € 33 |
---|
May | € 79 |
---|
June | € 107 |
---|
July | € 86 |
---|
September | € 74 |
---|
October | € 66 |
---|
November | € 71 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 202 |
---|
February | € 111 |
---|
March | € 119 |
---|
April | € 67 |
---|
May | € 139 |
---|
June | € 161 |
---|
July | € 149 |
---|
September | € 162 |
---|
October | € 160 |
---|
November | € 157 |
---|
December | € 149 |
---|
Item | Percent |
---|
January | € 141 |
---|
February | € 82 |
---|
March | € 75 |
---|
April | € 60 |
---|
May | € 97 |
---|
June | € 125 |
---|
July | € 109 |
---|
September | € 100 |
---|
October | € 87 |
---|
November | € 101 |
---|
December | € 106 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 90 |
---|
February | € 55 |
---|
March | € 49 |
---|
April | € 21 |
---|
May | € 34 |
---|
June | |
---|
July | € 84 |
---|
September | € 64 |
---|
October | € 58 |
---|
November | € 62 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 242 |
---|
February | € 118 |
---|
March | € 124 |
---|
April | € 74 |
---|
May | € 135 |
---|
June | € 182 |
---|
July | € 157 |
---|
September | € 158 |
---|
October | € 147 |
---|
November | € 155 |
---|
December | € 163 |
---|
Item | Percent |
---|
January | € 122 |
---|
February | € 85 |
---|
March | € 70 |
---|
April | € 73 |
---|
May | € 102 |
---|
June | € 124 |
---|
July | € 96 |
---|
September | € 91 |
---|
October | € 78 |
---|
November | € 88 |
---|
December | € 92 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:50344 NodeID:7877 pvCT_ID:50344 NodeID:7877 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =7877 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=50344 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=50344 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?
There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.