• 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 in Exeter Mini Guide

Exeter has its own Airport from which you can collect your pre booked rental car.  The airport handles flights to the rest of the UK and destinations in Europe. There are routes to Belfast, Edinburgh, Leeds, Norwich, Alicante, Amsterdam and Paris to name but a few. 

If you are travelling to Exeter St David’s train station there is a regular service from London Paddington in around three hours and a slightly slower service from London Waterloo.This is a historic city in Devon and with a rental  car you can explore the coastline and estuaries nearby. There are quaint villages on the outskirts of Exeter such as Topsham which are full of listed buildings and cosy, welcoming pubs. Alternatively you can drive northeast to Bristol or southwest to Plymouth with the use of car hire in Exeter, or even consider a one way car rental and collect or drop off in different cities. 

Current Rental Rates in Exeter

Polestar 2

5 Adults, 5 Doors

From 64.65 EUR/day
Polestar 2

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

  3 |
  Automatic |
  Yes

Kia Picanto

4 Adults, 3 Doors

From 65.04 EUR/day
Kia Picanto

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

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 68.58 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 70.18 EUR/day
Opel Astra

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

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 82.88 EUR/day
Kia Ceed

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

  3 |
  Automatic |
  Yes

Polestar 2

5 Adults, 5 Doors

From 64.65 EUR/day
Polestar 2

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

  3 |
  Automatic |
  Yes

Useful to know about Exeter

  • Remember that if you are looking for rental vehicles they are also offered on arrival at Exeter Airport.
  • Exeter also has good transport links with two railway stations.
  • For drivers Exeter can be reached along the M5 motorway.
  • Exeter Cathedral was founded in the 12th century.
  • The cathedral became Anglican during the Reformation of the 16th century.

 

Popular car hire destinations in Exeter

Best car rental companies in Exeter

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
8.0
No.2: BUDGET,
based on 11851 reviews
85
80
74
77
82
15 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
79
78
67
73
77
17 min (average wait time)

Exeter car hire information

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

Average prices per day in Exeter

ItemPercent
January€ 58
February€ 60
March€ 63
April€ 40
May€ 73
June€ 70
July€ 89
September€ 80
October€ 63
November€ 73
December€ 97
ItemPercent
January€ 72
February€ 68
March€ 66
April€ 33
May€ 70
June€ 74
July€ 72
September€ 79
October€ 69
November€ 76
December€ 90
ItemPercent
January€ 151
February€ 141
March€ 135
April€ 66
May€ 126
June€ 191
July€ 159
September€ 152
October€ 153
November€ 160
December€ 164
ItemPercent
January€ 69
February€ 69
March€ 74
April€ 47
May€ 85
June€ 78
July€ 81
September€ 102
October€ 77
November€ 89
December€ 102
ItemPercent
January
February
March
April€ 78
May
June
July
September
October
November
December
ItemPercent
January€ 44
February€ 46
March€ 53
April€ 28
May€ 61
June€ 59
July€ 66
September€ 66
October€ 51
November€ 53
December€ 83
ItemPercent
January€ 222
February€ 147
March€ 133
April€ 68
May€ 120
June€ 256
July€ 184
September€ 145
October€ 154
November€ 167
December€ 155
ItemPercent
January€ 69
February€ 86
March€ 88
April€ 49
May€ 101
June€ 102
July€ 88
September€ 120
October€ 93
November€ 94
December€ 96

Select category to see average car hire prices in Exeter

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:187 NodeID:7792 pvCT_ID:187 NodeID:7792 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 =7792 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=187 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=187 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
€54
per day
ItemPercent
Jan€ 35
Feb€ 37
Mar€ 36
Apr€ 76
May€ 85
Jun€ 47
Jul€ 59
Aug€ 45
Sep€ 89
Oct€ 46
Nov€ 45
Dec€ 45
from
€36
per day
ItemPercent
Jan€ 28
Feb€ 28
Mar€ 31
Apr€ 47
May€ 44
Jun€ 40
Jul€ 44
Aug€ 46
Sep€ 36
Oct€ 29
Nov€ 29
Dec€ 29
from
€36
per day
ItemPercent
Jan€ 28
Feb€ 28
Mar€ 31
Apr€ 47
May€ 44
Jun€ 40
Jul€ 44
Aug€ 46
Sep€ 36
Oct€ 29
Nov€ 29
Dec€ 29
from
€64
per day
ItemPercent
Jan€ 42
Feb€ 46
Mar€ 43
Apr€ 77
May€ 56
Jun€ 67
Jul€ 68
Aug€ 144
Sep€ 54
Oct€ 58
Nov€ 57
Dec€ 57