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

Plymouth is a university city in the United Kingdom and we offer car hire in Plymouth to all ages, whether you are there for a seaside holiday, or using the vehicle to move your belongings into halls of residence.

Plymouth is the largest city in the south west of the UK, famous as both a historic and modern day naval port.  It is situated on the A38 and is served by both railway links  It is a cosmopolitan city, but on the edge of Dartmoor and close to the beaches of South Devon and Cornwall proving to be an excellent location from which to hire a car.

Plymouth marks the eastern boundary of South Devon, just over the Tamar Bridge and you're in Cornwall, an easy drive from the small picturesque towns of Looe and Polperro.  To the north are Dartmoor and Bodmin Moor with their wild rugged landscapes – why not try a drive up to the Jamaica Inn in the middle of Bodmin Moor, made famous by the Daphne du Maurier novel of the same name – originally a haunt of smugglers, now a pub and hotel with a museum dedicated to the author.

 

Current Rental Rates in Plymouth

Kia Picanto

4 Adults, 3 Doors

From 58.15 EUR/day
Kia Picanto

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

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 58.86 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 66.96 EUR/day
Opel Astra

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

  3 |
  Manual |
  Yes

Polestar 2

5 Adults, 5 Doors

From 71.58 EUR/day
Polestar 2

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

  3 |
  Automatic |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 84.70 EUR/day
Kia Ceed

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

  3 |
  Automatic |
  Yes

Polestar 2

5 Adults, 5 Doors

From 71.58 EUR/day
Polestar 2

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

  3 |
  Automatic |
  Yes

Useful to know about Plymouth

  • Plymouth's history dates back to the Bronze Age.
  • Plymouth has the ninth largest university in the UK.
  • The boroughs of Plymouth are known as the Three Towns.
  • The economy of Plymouth still relies to a large extent on shipbuilding.
  • You can take the ferry to Continental Europe from Plymouth.

 

Popular car hire destinations in Plymouth

Best car rental companies in Plymouth

8.0
No.2: ENTERPRISE,
based on 644 reviews
80
80
70
80
80
23 min (average wait time)
8.0
No.1: BUDGET,
based on 11851 reviews
85
80
74
77
82
15 min (average wait time)
7.9
No.3: AVIS,
based on 4614 reviews
80
79
75
76
83
16 min (average wait time)

Plymouth car hire information

  • 8.0/10
    Best Rated Agent:
    BUDGET EMEA Corporate
  • € 407.05
    Average price:
    (per week)
  • € 58.15
    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 in Plymouth

ItemPercent
January€ 42
February€ 39
March€ 44
April€ 37
May€ 49
June€ 56
July€ 90
August€ 80
September€ 49
October€ 47
November€ 49
December€ 72
ItemPercent
January€ 31
February€ 31
March€ 41
April€ 34
May€ 50
June€ 60
July€ 72
August€ 56
September€ 43
October€ 53
November€ 38
December€ 70
ItemPercent
January
February€ 66
March€ 76
April€ 66
May€ 76
June€ 45
July€ 103
August€ 64
September€ 107
October€ 98
November€ 84
December
ItemPercent
January€ 39
February€ 47
March€ 53
April€ 47
May€ 71
June€ 63
July€ 91
August€ 102
September€ 62
October€ 59
November€ 55
December€ 56
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 30
February€ 27
March€ 38
April€ 28
May€ 48
June€ 57
July€ 80
August€ 54
September€ 31
October€ 37
November€ 36
December€ 67
ItemPercent
January
February€ 75
March€ 70
April€ 65
May€ 73
June€ 56
July€ 117
August€ 56
September€ 105
October€ 100
November€ 53
December
ItemPercent
January€ 36
February€ 51
March€ 53
April€ 49
May€ 95
June€ 69
July€ 117
August€ 165
September€ 71
October€ 60
November€ 53
December€ 63

Select category to see average car hire prices in Plymouth

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

FAQs about car hire in Plymouth

Page_Load: CT_ID:235 NodeID:7884 pvCT_ID:235 NodeID:7884 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 =7884 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=235 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=235 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
€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
€43
per day
ItemPercent
Jan€ 29
Feb€ 26
Mar€ 23
Apr€ 32
May€ 30
Jun€ 47
Jul€ 90
Aug€ 90
Sep€ 48
Oct€ 43
Nov€ 28
Dec€ 27
from
€48
per day
ItemPercent
Jan€ 35
Feb€ 37
Mar€ 36
Apr€ 49
May€ 46
Jun€ 47
Jul€ 59
Aug€ 45
Sep€ 89
Oct€ 46
Nov€ 45
Dec€ 45
from
€71
per day
ItemPercent
Jan
Feb
Mar
Apr
May€ 92
Jun€ 92
Jul€ 63
Aug
Sep
Oct€ 77
Nov€ 58
Dec€ 42