• 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 Coventry Mini Guide

Situated in the East Midlands the nearest major airports are Birmingham International Airport, approx 17km and Coventry Airport in Baginton approx 8km.  Affordable car hire is readily available at the airport. Coventry is approximately 150km from London and approximately 30km from Birmingham. Find more info here about driving in Coventry and the UK in general.

Coventry is the second biggest city in the Midlands and with car hire in Coventry you can travel easily to both Birmingham and London.
 

Current Rental Rates in Coventry

Kia Picanto

4 Adults, 3 Doors

From 31.39 EUR/day
Kia Picanto

7 Days rental at 219.78 EUR from 20/02/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 32.96 EUR/day
Opel Corsa

7 Days rental at 230.77 EUR from 20/02/2023

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 35.58 EUR/day
Opel Astra

7 Days rental at 249.07 EUR from 20/02/2023

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 58.68 EUR/day
Kia Ceed

7 Days rental at 410.81 EUR from 20/02/2023

  3 |
  Automatic |
  Yes

Useful to know about Coventry

  • Coventry became the first city in the world to twin with another when it twinned with Stalingrad in the Second World War, it is now twinned with 26 other cities.
  • Coventry is not considered as one of the core cities of England because it is too close to Birmingham.
  • Coventry is further from the coast than any other city in Britain.
  • Birmingham is located 31 kilometers to the west of Coventry.

 

Popular car hire destinations in Coventry

Best car rental companies in Coventry

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.5
No.3: EUROPCAR,
based on 11933 reviews
55
52
47
49
55
15 min (average wait time)
7.5
No.2: HERTZ,
based on 2993 reviews
80
80
60
70
80
17 min (average wait time)

Coventry car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 219.73
    Average price:
    (per week)
  • € 31.39
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 4
    Total Cars Available
     

Average prices per day for car hire in Coventry

ItemPercent
January€ 44
February€ 48
March€ 58
April€ 32
May€ 56
June€ 59
July€ 56
August€ 37
September€ 50
October€ 50
November€ 53
December€ 64
ItemPercent
January€ 42
February€ 55
March€ 62
April€ 29
May€ 59
June€ 76
July€ 51
August€ 27
September€ 43
October€ 55
November€ 61
December€ 62
ItemPercent
January€ 75
February€ 98
March€ 104
April€ 70
May€ 84
June€ 121
July€ 104
August€ 72
September€ 103
October€ 95
November€ 114
December€ 105
ItemPercent
January€ 52
February€ 68
March€ 73
April€ 45
May€ 69
June€ 71
July€ 63
August€ 43
September€ 56
October€ 58
November€ 63
December€ 76
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 31
February€ 38
March€ 45
April€ 22
May€ 44
June€ 53
July€ 43
August€ 26
September€ 33
October€ 39
November€ 45
December€ 48
ItemPercent
January€ 67
February€ 80
March€ 97
April€ 57
May€ 76
June€ 106
July€ 84
August€ 44
September€ 79
October€ 84
November€ 99
December€ 101
ItemPercent
January€ 51
February€ 69
March€ 83
April€ 52
May€ 83
June€ 77
July€ 67
August€ 38
September€ 56
October€ 64
November€ 64
December€ 70

Select category to see average car hire prices in Coventry

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Coventry

Page_Load: CT_ID:173 NodeID:613 pvCT_ID:173 NodeID:613 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 =613 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=173 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=173 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 UK fo find you the best price and that's a promise...

from
€42
per day
ItemPercent
Jan€ 38
Feb€ 38
Mar€ 41
Apr€ 45
May€ 46
Jun€ 44
Jul€ 47
Aug€ 49
Sep€ 44
Oct€ 38
Nov€ 38
Dec€ 38
from
€41
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 40
Apr€ 37
May€ 45
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
from
€42
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 29
Apr€ 44
May€ 46
Jun€ 43
Jul€ 57
Aug€ 82
Sep€ 46
Oct€ 28
Nov€ 24
Dec€ 25
from
€41
per day
ItemPercent
Jan€ 33
Feb€ 33
Mar€ 35
Apr€ 50
May€ 37
Jun€ 37
Jul€ 39
Aug€ 38
Sep€ 39
Oct€ 76
Nov€ 36
Dec€ 35