• 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 at Coventry Airport

The airport is close to Coventry city centre and the commercial districts.  If possible, give the airport 48 hours’ notice of your requirements and intended time of arrival. The airport can then organise your limousine transfer to collect you from the plane.

Current Rental Rates at Coventry Airport

Kia Picanto

4 Adults, 3 Doors

From 35.27 EUR/day
Kia Picanto

7 Days rental at 246.95 EUR from 24/07/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 40.24 EUR/day
Opel Corsa

7 Days rental at 281.70 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 43.84 EUR/day
Opel Astra

7 Days rental at 306.93 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Polestar 2

5 Adults, 5 Doors

From 79.23 EUR/day
Polestar 2

7 Days rental at 554.61 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 101.57 EUR/day
Kia Ceed

7 Days rental at 711.03 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Polestar 2

5 Adults, 5 Doors

From 79.23 EUR/day
Polestar 2

7 Days rental at 554.61 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Useful to know about Coventry Airport

  • The airport is only three and a half miles from the city.
  • It was built in 1936.
  • In World War II it was a fighter base.
  • Pope John Paul II celebrated mass here with 350,000 communicants on his UK visit in 1982.
  • Today it handles cargo and business flights only.
  • Birmingham Airport offers a wider range of rental cars and 7 & 9 seater rentals in Birmingham.

 

Popular car hire destinations in Coventry Airport

Best car rental companies in Coventry Airport

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.5
No.2: EUROPCAR,
based on 11933 reviews
55
52
47
49
55
15 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
79
78
67
73
77
17 min (average wait time)

Coventry Airport car hire information

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

Average prices per day for car hire at Coventry Airport

ItemPercent
January€ 44
February€ 48
March€ 58
April€ 32
May€ 56
June€ 58
July€ 57
August€ 37
September€ 50
October€ 50
November€ 53
December€ 64
ItemPercent
January€ 42
February€ 55
March€ 62
April€ 29
May€ 59
June€ 74
July€ 50
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€ 51
July€ 42
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 at Coventry Airport

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

FAQs about car hire at Coventry Airport

Page_Load: CT_ID:173 NodeID:7777 pvCT_ID:173 NodeID:7777 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 =7777 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(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.


Other Rhino Car Hire Locations

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

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