• 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

Leicester Mini Guide

Leicester is the capital of the county of Leicestershire and one of the largest cities in the Midlands. Once you have arrived at East Midlands Airport it will only take you half an hour to get to Leicester having picked up your Rhinohire car.  Alternatively you could meet with Rhino representatives at Birmingham International Airport as this is only an hour's drive away. Frequent train services go to Leicester from the London airports Stansted, Luton and Gatwick Airport as well as Manchester Airport via Sheffield.

Current Rental Rates in Leicester

Fiat 500

4 Adults, 3 Doors

From 37.18 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Fiat 500

4 Adults, 3 Doors

From 37.27 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 38.81 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 38.86 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 42.54 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 42.55 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 44.85 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 44.86 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 51.43 EUR/day
Nissan Qashqai

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

  4 |
  Manual |
  Yes

Useful to know about Leicester

  • With a 200 year history Leicester is one of the oldest cities in England.
  • The Danish captured Leicester from the Romans.
  • Leicester is mentioned in the Domesday Book as Ledecestre.
  • In 1919 Leicester was granted city status.
  • Leicester is also a unitary authority.

 

Popular car hire destinations in Leicester

Best car rental companies in Leicester

7.8
No.1: EUROPCAR,
based on 5735 reviews
80
80
70
70
80
17 min (average wait time)
7.7
No.2: KEDDY BY EUROPCAR,
based on 1786 reviews
80
80
60
70
80
17 min (average wait time)
7.0
No.3: DOLLAR,
based on 3143 reviews
81
68
67
61
72
17 min (average wait time)

Leicester car hire information

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

Average prices per day for car hire in Leicester

ItemPercent
January€ 78
February€ 72
March€ 72
April€ 73
May€ 62
June€ 82
July€ 77
August€ 65
September€ 62
October€ 67
November€ 58
December€ 69
ItemPercent
January€ 75
February€ 69
March€ 67
April€ 62
May€ 58
June€ 77
July€ 68
August€ 57
September€ 53
October€ 56
November€ 50
December€ 55
ItemPercent
January€ 270
February€ 198
March€ 195
April€ 155
May€ 157
June€ 225
July€ 187
August€ 173
September€ 174
October€ 171
November€ 141
December€ 201
ItemPercent
January€ 89
February€ 91
March€ 85
April€ 81
May€ 86
June€ 106
July€ 84
August€ 66
September€ 78
October€ 81
November€ 73
December€ 85
ItemPercent
January€ 217
February€ 217
March
April€ 191
May€ 215
June€ 244
July€ 234
August
September€ 173
October€ 253
November€ 254
December€ 511
ItemPercent
January€ 53
February€ 55
March€ 32
April€ 50
May€ 54
June€ 48
July€ 51
August€ 35
September€ 42
October€ 52
November€ 50
December€ 47
ItemPercent
January€ 127
February€ 123
March€ 133
April€ 98
May€ 103
June€ 123
July€ 125
August€ 109
September€ 100
October€ 104
November€ 88
December€ 97
ItemPercent
January€ 113
February€ 108
March€ 82
April€ 114
May€ 69
June€ 142
July€ 92
August€ 86
September€ 76
October€ 77
November€ 60
December€ 73

Select category to see average car hire prices in Leicester

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

FAQs about car hire in Leicester

Page_Load: CT_ID:206 NodeID:563 pvCT_ID:206 NodeID:563 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 =563 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=206 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=206 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
€43
per day
ItemPercent
Jan€ 29
Feb€ 26
Mar€ 29
Apr€ 32
May€ 30
Jun€ 47
Jul€ 90
Aug€ 90
Sep€ 48
Oct€ 43
Nov€ 28
Dec€ 27
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
€40
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 15
Apr€ 44
May€ 46
Jun€ 43
Jul€ 57
Aug€ 82
Sep€ 46
Oct€ 28
Nov€ 24
Dec€ 25
from
€40
per day
ItemPercent
Jan€ 34
Feb€ 37
Mar€ 24
Apr€ 32
May€ 33
Jun€ 36
Jul€ 43
Aug€ 45
Sep€ 92
Oct€ 36
Nov€ 33
Dec€ 35