• 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 Hire in  Guildford

Guildford is located around 27 miles south west of London.  The nearest major airport is London Gatwick 17 miles away.  There are two railway stations in Guildford and a number of A-roads that leads to Guildford from various destinations.

Current Rental Rates in Guildford

Toyota Aygo

4 Adults, 3 Doors

From 42.10 EUR/day
Toyota Aygo

7 Days rental at 294.73 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 42.96 EUR/day
Opel Corsa

7 Days rental at 300.77 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 43.76 EUR/day
Opel Corsa

7 Days rental at 306.36 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 44.66 EUR/day
Opel Astra

7 Days rental at 312.62 EUR from 12/12/2022

  3 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 51.35 EUR/day
Opel Corsa

7 Days rental at 359.51 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 53.59 EUR/day
Opel Corsa

7 Days rental at 375.14 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 54.81 EUR/day
Nissan Qashqai

7 Days rental at 383.67 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 55.82 EUR/day
Opel Astra

7 Days rental at 390.77 EUR from 12/12/2022

  3 |
  Automatic |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 68.51 EUR/day
Nissan Qashqai

7 Days rental at 479.58 EUR from 12/12/2022

  4 |
  Automatic |
  Yes

Useful to know about Guildford

  • Guildford is the county town of Surrey.
  • It was founded and grew during Saxon times because of its position in a gap in the North Downs.
  • In the 10th century the Royal Mint was located here.
  • It was the scene of the infamous Guildford Pub Bombing by the IRA in 1974.
  • The town is 27 miles from the centre of London.

 

Popular car hire destinations in Guildford

Best car rental companies in Guildford

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.8
No.2: EUROPCAR,
based on 3448 reviews
80
80
70
70
80
13 min (average wait time)
7.2
No.3: KEDDY BY EUROPCAR,
based on 1430 reviews
80
70
60
70
70
14 min (average wait time)

Guildford car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 294.70
    Average price:
    (per week)
  • € 42.10
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 4
    Most popular model:
    Opel Corsa
  • 17
    Total Cars Available
     

Average prices per day in Guildford

ItemPercent
January€ 50
February€ 55
March€ 51
April€ 32
May€ 58
June€ 57
July€ 57
August€ 51
September€ 46
October€ 48
November€ 49
December€ 67
ItemPercent
January€ 66
February€ 61
March€ 54
April€ 27
May€ 67
June€ 75
July€ 67
August€ 37
September€ 51
October€ 54
November€ 57
December€ 68
ItemPercent
January€ 139
February€ 107
March€ 109
April€ 67
May€ 122
June€ 126
July€ 136
August€ 103
September€ 114
October€ 133
November€ 131
December€ 178
ItemPercent
January€ 66
February€ 70
March€ 64
April€ 45
May€ 71
June€ 71
July€ 79
August€ 58
September€ 60
October€ 63
November€ 68
December€ 86
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 41
February€ 43
March€ 40
April€ 22
May€ 30
June€ 28
July€ 43
August€ 35
September€ 35
October€ 38
November€ 38
December€ 56
ItemPercent
January€ 97
February€ 97
March€ 103
April€ 57
May€ 103
June€ 101
July€ 102
August€ 61
September€ 88
October€ 99
November€ 102
December€ 120
ItemPercent
January€ 70
February€ 74
March€ 63
April€ 49
May€ 81
June€ 82
July€ 78
August€ 54
September€ 57
October€ 60
November€ 65
December€ 80

Select category to see average car hire prices in Guildford

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:195 NodeID:7797 pvCT_ID:195 NodeID:7797 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 =7797 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=195 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=195 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
€88
per day
ItemPercent
Jan€ 86
Feb€ 82
Mar€ 69
Apr€ 142
May€ 176
Jun€ 100
Jul€ 91
Aug
Sep€ 66
Oct€ 59
Nov€ 53
Dec€ 42
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
from
€40
per day
ItemPercent
Jan€ 39
Feb€ 37
Mar€ 35
Apr€ 51
May€ 47
Jun€ 42
Jul€ 46
Aug€ 51
Sep€ 46
Oct€ 31
Nov€ 28
Dec€ 28
from
€36
per day
ItemPercent
Jan€ 29
Feb€ 26
Mar€ 23
Apr€ 32
May€ 31
Jun€ 47
Jul€ 52
Aug€ 51
Sep€ 46
Oct€ 45
Nov€ 28
Dec€ 27