Car Rental Colchester Mini Guide
If you have hired a car, two places of interest are worth a day out. Mersea Island in the estuary is very much a reminder of yesteryear with tiny hamlets as well as an area of marshland, home to migrating birds. You should also visit Wivenhoe, where the waterfront and shopping street also remind one of times long lost.
Today the town is growing rapidly, helped by tourism, the service industry, and its attraction as a commuter town for
London.
Current Rental Rates in Colchester
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 Colchester
- Colchester is the county town of Essex.
- It’s the fastest growing town in the UK.
- Colchester is the oldest Roman town in Britain.
- It also lays claim to having the UK’s oldest established market.
- It’s a member of the Ancient European Towns Network.
Popular car hire destinations in Colchester
Best car rental companies in Colchester
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)
Colchester car hire information
-
€ 294.70
Average price:
(per week)
-
€ 42.10
Best Price:
Per Week
Average prices per day for car hire in Colchester
Item | Percent |
---|
January | € 106 |
---|
February | € 71 |
---|
March | € 62 |
---|
April | € 32 |
---|
May | € 85 |
---|
June | € 108 |
---|
July | € 82 |
---|
September | € 66 |
---|
October | € 71 |
---|
November | € 75 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 103 |
---|
February | € 67 |
---|
March | € 59 |
---|
April | € 31 |
---|
May | € 79 |
---|
June | € 107 |
---|
July | € 82 |
---|
September | € 62 |
---|
October | € 68 |
---|
November | € 71 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 202 |
---|
February | € 111 |
---|
March | € 119 |
---|
April | € 63 |
---|
May | € 168 |
---|
June | € 161 |
---|
July | € 145 |
---|
September | € 127 |
---|
October | € 160 |
---|
November | € 157 |
---|
December | € 149 |
---|
Item | Percent |
---|
January | € 141 |
---|
February | € 83 |
---|
March | € 75 |
---|
April | € 56 |
---|
May | € 120 |
---|
June | € 125 |
---|
July | € 103 |
---|
September | € 81 |
---|
October | € 92 |
---|
November | € 101 |
---|
December | € 106 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 90 |
---|
February | € 56 |
---|
March | € 49 |
---|
April | € 20 |
---|
May | € 34 |
---|
June | |
---|
July | € 84 |
---|
September | € 52 |
---|
October | € 60 |
---|
November | € 62 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 242 |
---|
February | € 119 |
---|
March | € 124 |
---|
April | € 73 |
---|
May | € 165 |
---|
June | € 182 |
---|
July | € 157 |
---|
September | € 119 |
---|
October | € 151 |
---|
November | € 155 |
---|
December | € 163 |
---|
Item | Percent |
---|
January | € 122 |
---|
February | € 87 |
---|
March | € 70 |
---|
April | € 68 |
---|
May | € 126 |
---|
June | € 124 |
---|
July | € 90 |
---|
September | € 73 |
---|
October | € 84 |
---|
November | € 88 |
---|
December | € 92 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Colchester
Page_Load: CT_ID:44752 NodeID:14088 pvCT_ID:44752 NodeID:14088 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 =14088 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=44752 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=44752 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.