• 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 Slough

If you are flying in, then Heathrow Airport is the closest and has several buses that make their way to Slough centre. Many of these routes serve the business traveller visiting the companies on the industrial estate including Mars. By road from east or west, the M4 is the best access route with the town being just off the motorway. By rail, Slough is just off the Great Western Main Line and again is easily reached from the capital or the west.

Current Rental Rates in Slough

Fiat 500

4 Adults, 3 Doors

From 70.60 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Fiat 500

4 Adults, 3 Doors

From 70.62 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 73.96 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 73.98 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 81.15 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 81.18 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 84.06 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 84.08 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 96.48 EUR/day
Nissan Qashqai

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

  4 |
  Manual |
  Yes

Useful to know about Slough

  • Slough has the highest level of ethnic diversity outside London.
  • It’s also the most religious town in the UK.
  • Originally Slough was in Buckinghamshire with a little part in Middlesex.
  • Slough Trading Estate is the largest in Europe that is still privately owned.
  • The first reference to Slough came in 1196 when it was referred to as Slo.

 

Popular car hire destinations in Slough

Best car rental companies in Slough

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 6130 reviews
81
81
69
76
84
17 min (average wait time)
7.7
No.3: KEDDY BY EUROPCAR,
based on 1871 reviews
79
81
69
75
83
19 min (average wait time)

Slough car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 494.20
    Average price:
    (per week)
  • € 70.60
    Best Price:
    Per Week
  • 7
    Most Popular Type:
    Compact
  • 3
    Most popular model:
    Ford Focus
  • 19
    Total Cars Available
     

Average prices per day in Slough

ItemPercent
January€ 72
February€ 70
March€ 87
April€ 64
May€ 58
June€ 74
July€ 100
August€ 82
September€ 61
October€ 73
November€ 73
December€ 85
ItemPercent
January€ 66
February€ 59
March€ 59
April€ 40
May€ 66
June€ 72
July€ 73
August€ 49
September€ 61
October€ 58
November€ 60
December€ 69
ItemPercent
January€ 195
February€ 138
March€ 152
April€ 126
May€ 115
June€ 163
July€ 187
August€ 137
September€ 182
October€ 185
November€ 182
December€ 211
ItemPercent
January€ 78
February€ 73
March€ 85
April€ 65
May€ 68
June€ 81
July€ 88
August€ 61
September€ 85
October€ 77
November€ 80
December€ 94
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 48
February€ 45
March€ 48
April€ 37
May€ 30
June€ 43
July€ 65
August€ 48
September€ 43
October€ 48
November€ 47
December€ 59
ItemPercent
January€ 113
February€ 100
March€ 113
April€ 68
May€ 99
June€ 103
July€ 136
August€ 100
September€ 112
October€ 116
November€ 117
December€ 128
ItemPercent
January€ 108
February€ 110
March€ 137
April€ 119
May
June€ 105
July€ 140
August€ 161
September€ 65
October€ 113
November€ 110
December€ 112

Select category to see average car hire prices in Slough

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:242 NodeID:7897 pvCT_ID:242 NodeID:7897 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 =7897 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=242 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=242 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
€61
per day
ItemPercent
Jan€ 49
Feb€ 70
Mar€ 70
Apr€ 61
May€ 62
Jun€ 51
Jul€ 50
Aug€ 49
Sep€ 50
Oct€ 90
Nov€ 49
Dec€ 84
from
€61
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 78
Jul€ 57
Aug
Sep€ 57
Oct€ 66
Nov€ 54
Dec€ 52
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
€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