• 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

Ilford Mini Guide

It’s quite easy to get to Ilford by air with London’s Stansted Airport being the closest big airport whilst Southend Airport is closer but handles fewer routes. From Stansted, it’s possible to get the train into London before connecting by tube to Ilford.
People often rely on the efficient public transport system in London but on the outskirts, a hire car can come in very useful where the public transport system is less concentrated. We can make sure you stay mobile during your time in Ilford with a smart, quality Ilford hire car. London is often thought of as an expensive city but we can help reduce the cost of your stay there by searching on your behalf for the best deals and latest special offers from all the major car hire companies offering Ilford car hire.
 

Current Rental Rates in Ilford

Peugeot 208

4 Adults, 5 Doors

From 22.91 EUR/day
Peugeot 208

7 Days rental at 160.41 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Renault Clio

5 Adults, 5 Doors

From 24.18 EUR/day
Renault Clio

7 Days rental at 169.31 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Citroen C3 Aircross

5 Adults, 5 Doors

From 24.66 EUR/day
Citroen C3 Aircross

7 Days rental at 172.66 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Renault Captur

5 Adults, 5 Doors

From 25.77 EUR/day
Renault Captur

7 Days rental at 180.41 EUR from 20/07/2020

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 26.25 EUR/day
Volkswagen Golf

7 Days rental at 183.79 EUR from 20/07/2020

  3 |
  Manual |
  Yes

Skoda Octavia

5 Adults, 5 Doors

From 29.90 EUR/day
Skoda Octavia

7 Days rental at 209.36 EUR from 20/07/2020

  4 |
  Manual |
  Yes

Peugeot 3008

5 Adults, 5 Doors

From 32.61 EUR/day
Peugeot 3008

7 Days rental at 228.33 EUR from 20/07/2020

  4 |
  Manual |
  Yes

Citroen C4 Cactus

5 Adults, 5 Doors

From 35.00 EUR/day
Citroen C4 Cactus

7 Days rental at 245.00 EUR from 20/07/2020

  3 |
  Automatic |
  Yes

BMW 1 Series

5 Adults, 5 Doors

From 35.16 EUR/day
BMW 1 Series

7 Days rental at 246.18 EUR from 20/07/2020

  3 |
  Manual |
  Yes

Useful to know about Ilford

  • Ilford is just nine miles from the centre of London
  • It’s the administrative centre of the London Borough of Redbridge
  • The town developed as a coach stop on the road from London to Colchester
  • In 2012 it was recognised as the fastest growing tourist destination in Europe
  • The final touches were put to the invention of the television by John Logie Baird in Ilford

 

Popular car hire destinations in Ilford

Best car rental companies in Ilford

8.2
No.2: SIXT,
based on 4913 reviews
87
82
75
77
84
16 min (average wait time)
8.2
No.1: SIXT,
based on 4911 reviews
87
82
75
77
84
16 min (average wait time)
8.1
No.4: SIXT,
based on 4918 reviews
87
82
75
77
84
16 min (average wait time)

Ilford car hire information

  • 8.2/10
    Best Rated Agent:
    SIXT Corporate
  • € 160.37
    Average price:
    (per week)
  • € 22.91
    Best Price:
    Per Week
  • 9
    Most Popular Type:
    Intermediate
  • 2
    Most popular model:
    BMW 1 Series
  • 31
    Total Cars Available
     

Average prices per day for car hire in Ilford

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€ 34
May€ 34
June€ 35
July€ 35
ItemPercent
April€ 29
May€ 29
June€ 30
July€ 27
ItemPercent
April€ 46
May€ 46
June€ 53
July€ 48
ItemPercent
April€ 46
May€ 43
June€ 52
July€ 48
ItemPercent
April
May
June€ 80
July€ 79
ItemPercent
April€ 50
May€ 44
June€ 58
July€ 61
ItemPercent
April
May
June
July€ 26
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Ilford

Page_Load: CT_ID:4967 NodeID:20598 pvCT_ID:4967 NodeID:20598 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 =20598 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4967 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4967 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€ 30
Apr€ 37
May€ 45
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
from
€47
per day
ItemPercent
Jan€ 35
Feb€ 36
Mar€ 27
Apr€ 74
May€ 31
Jun€ 31
Jul€ 31
Aug€ 96
Sep€ 81
Oct€ 32
Nov€ 34
Dec€ 58
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent