• 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

Getting to Staines

It’s a very easy borough to access having great rail and road links. Heathrow Airport is the most convenient air route to it by taking the Piccadilly underground line from the airport and changing onto the Northern or Bakerloo lines for Waterloo mainline before continuing to Staines. Heathrow has the largest selection of overseas routes from most parts of the world and renting a car from Heathrow Airport is quick and easy.
 
Getting out of Staines, the A3 leads south into the Surrey countryside with Chessington World of Adventures around thirty minutes away and the National Trust properties of the Devil’s Punchbowl and Hindhead Common around 45 minutes away beyond Guildford.
 

Current Rental Rates in Staines

Fiat 500

4 Adults, 3 Doors

From 34.59 EUR/day
Fiat 500

7 Days rental at 242.17 EUR from 16/11/2020

  1 |
  Manual |
  Yes

Ford Fiesta

5 Adults, 3 Doors

From 34.59 EUR/day
Ford Fiesta

7 Days rental at 242.17 EUR from 16/11/2020

  2 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 43.21 EUR/day
Peugeot 2008

7 Days rental at 302.53 EUR from 16/11/2020

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 43.21 EUR/day
Kia Ceed

7 Days rental at 302.53 EUR from 16/11/2020

  3 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 49.68 EUR/day
Ford Focus

7 Days rental at 347.78 EUR from 16/11/2020

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 51.91 EUR/day
Volkswagen Golf

7 Days rental at 363.37 EUR from 16/11/2020

  3 |
  Manual |
  Yes

Citroen C4 Picasso

5 Adults, 5 Doors

From 54.49 EUR/day
Citroen C4 Picasso

7 Days rental at 381.49 EUR from 16/11/2020

  4 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 62.65 EUR/day
Volkswagen Golf

7 Days rental at 438.55 EUR from 16/11/2020

  3 |
  Automatic |
  Yes

Hyundai Tucson

5 Adults, 5 Doors

From 65.78 EUR/day
Hyundai Tucson

7 Days rental at 460.46 EUR from 16/11/2020

  4 |
  Automatic |
  Yes

Useful to know about Staines

  • This year Staines changed its name to Staines–upon-Thames
  • It’s part of the Greater London area and lies within the M25
  • Staines developed as a crossing point of the River Thames and was well established in Roman times
  • It appears in the Middlesex section of the Domesday Book as Stanes
  • Some think it was named after the Roman word Stana meaning a stone that marked its boundary

 

Popular car hire destinations in Staines

Best car rental companies in Staines

8.1
No.1: BUDGET,
based on 11851 reviews
85
81
75
77
82
14 min (average wait time)
7.9
No.2: AVIS,
based on 4614 reviews
80
79
75
76
83
16 min (average wait time)

Staines car hire information

  • 8.0/10
    Best Rated Agent:
    BUDGET EMEA Corporate
  • € 242.13
    Average price:
    (per week)
  • € 34.59
    Best Price:
    Per Week
  • 5
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Volkswagen Golf
  • 13
    Total Cars Available
     

Average prices per day in Staines

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.RemoveAt(Int32 index) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
ItemPercent
April€ 17
June€ 26
July€ 35
August€ 27
September€ 27
October€ 50
November€ 50
ItemPercent
April€ 14
June€ 18
July€ 26
August€ 20
September€ 21
October€ 34
November€ 35
ItemPercent
April€ 29
June€ 34
July€ 54
August€ 50
September€ 49
October€ 79
November€ 79
ItemPercent
April€ 20
June€ 32
July€ 45
August€ 33
September€ 33
October€ 70
November€ 70
ItemPercent
April€ 13
June€ 17
July€ 25
August€ 19
September€ 19
October€ 34
November€ 35
ItemPercent
April€ 21
June€ 37
July€ 57
August€ 35
September€ 35
October€ 83
November€ 82
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:52324 NodeID:20645 pvCT_ID:52324 NodeID:20645 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 =20645 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=52324 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=52324 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
€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
€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
€43
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 36
Apr€ 59
May€ 52
Jun€ 44
Jul€ 47
Aug€ 72
Sep€ 43
Oct€ 32
Nov€ 29
Dec€ 23
from
€68
per day
ItemPercent
Jan€ 35
Feb€ 37
Mar€ 36
Apr€ 76
May€ 88
Jun
Jul€ 113
Aug€ 106
Sep€ 41
Oct€ 77
Nov€ 69
Dec€ 67