• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Car Rental Cherbourg Mini Guide

Cherbourg is known as Cherbourg Octeville and this is an important naval town in the north west of France. With car hire in Cherbourg you can explore the surrounding Manche department and this area of France has a fascinating history.

Cherbourg makes a wonderful summer holiday destination and is easily accessible along the N13 road. Remember that you can also hire cars at Cherbourg Airport which is not far away from the centre. Another major transport method to Cherbourg is by its very own port, which is also a focal point of the city. There you can cross the English Channel to and from British cities such as Poole and Portsmouth.

Current Rental Rates in Cherbourg

Toyota Aygo

4 Adults, 3 Doors

From 59.55 EUR/day
Toyota Aygo

7 Days rental at 416.85 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Renault Clio

5 Adults, 3 Doors

From 65.26 EUR/day
Renault Clio

7 Days rental at 456.86 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Fiat 500

4 Adults, 3 Doors

From 69.86 EUR/day
Fiat 500

7 Days rental at 489.05 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Citroen C3 Aircross

5 Adults, 5 Doors

From 71.00 EUR/day
Citroen C3 Aircross

7 Days rental at 497.05 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Peugeot 208

5 Adults, 5 Doors

From 75.47 EUR/day
Peugeot 208

7 Days rental at 528.33 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 79.38 EUR/day
Peugeot 2008

7 Days rental at 555.68 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Useful to know about Cherbourg

  • Cherbourg used to just be known as Cherbourg until it subsumed the nearby city of Octeville in 2000 and was renamed.
  • You can see more than 300 paintings at the Thomas Henry Fine Arts Museum.
  • Cherbourg is a good place for scuba diving as there are some fascinating wrecks off of the coast.
  • Because Cherbourg is a port city located on the English Channel it is possible to sail there by ferry.
  • Cherbourg features in a novel called Pillars of the Earth by Ken Follett.

 

Popular car hire destinations in Cherbourg

Best car rental companies in Cherbourg

7.4
No.1: EUROPCAR,
based on 6183 reviews
70
70
60
70
80
22 min (average wait time)
7.3
No.2: BUDGET,
based on 3791 reviews
70
70
60
70
80
19 min (average wait time)
7.1
No.3: AVIS,
based on 2235 reviews
70
70
60
70
70
18 min (average wait time)

Cherbourg car hire information

  • 7.4/10
    Best Rated Agent:
    Budget EMEA Corporate
  • € 416.85
    Average price:
    (per week)
  • € 59.55
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Fiat 500
  • 6
    Total Cars Available
     

Average prices per day for car hire in Cherbourg

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.RemoveAt(Int32 index) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
ItemPercent
January€ 37
February€ 44
March€ 40
April€ 43
May€ 45
June€ 38
July€ 64
August€ 63
September€ 51
October€ 51
November€ 45
December€ 54
ItemPercent
January€ 34
February€ 40
March€ 36
April€ 41
May€ 44
June€ 38
July€ 52
August€ 52
September€ 41
October€ 39
November€ 40
December€ 48
ItemPercent
January
February
March
April€ 62
May€ 66
June€ 51
July€ 95
August€ 91
September
October€ 47
November
December
ItemPercent
January€ 48
February€ 65
March€ 56
April€ 62
May€ 61
June€ 63
July€ 110
August€ 102
September€ 84
October€ 62
November€ 50
December€ 71
ItemPercent
January€ 31
February€ 37
March€ 33
April€ 37
May€ 41
June€ 34
July€ 49
August€ 50
September€ 39
October€ 37
November€ 38
December€ 45
ItemPercent
January€ 66
February
March€ 61
April€ 62
May€ 56
June€ 56
July€ 110
August€ 110
September
October€ 91
November€ 61
December€ 66
ItemPercent
January
February
March€ 32
April
May
June
July
August
September
October
November
December
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Cherbourg

Page_Load: CT_ID:594 NodeID:8150 pvCT_ID:594 NodeID:8150 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 =8150 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=594 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=594 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
faq
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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout France fo find you the best price and that's a promise...

from
€49
per day
ItemPercent
Jan€ 29
Feb€ 35
Mar€ 26
Apr€ 62
May€ 59
Jun€ 43
Jul€ 84
Aug€ 69
Sep€ 46
Oct€ 48
Nov€ 46
Dec€ 40
from
€38
per day
ItemPercent
Jan€ 34
Feb€ 38
Mar€ 25
Apr€ 30
May€ 28
Jun€ 29
Jul€ 65
Aug€ 66
Sep€ 30
Oct€ 43
Nov€ 32
Dec€ 32
from
€42
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 35
Apr€ 42
May€ 26
Jun€ 26
Jul€ 68
Aug€ 67
Sep€ 37
Oct€ 44
Nov€ 39
Dec€ 45
from
€41
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 33
Apr
May€ 39
Jun€ 37
Jul€ 71
Aug€ 37
Sep
Oct€ 35
Nov€ 35
Dec€ 48