• 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 Derby Mini Guide

Getting in to Derby by plane most travellers will arrive at East Midlands Airport where you can pick up an East Midlands Airport car rental as well as there being several pickup points in Derby itself.

Current Rental Rates in Derby

Fiat 500

4 Adults, 3 Doors

From 36.24 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Fiat 500

4 Adults, 3 Doors

From 36.25 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 41.34 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 41.36 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 45.05 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 45.06 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 47.97 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 47.98 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 53.40 EUR/day
Nissan Qashqai

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

  4 |
  Manual |
  Yes

Useful to know about Derby

  • Derby was the Roman town of Derventium.
  • It became one of the five boroughs of the Danelaw in Viking times.
  • The Anglo Saxons called the city Deoraby meaning ‘village of the deer’.
  • In 1745 Bonnie Prince Charlie camped here on his way to London to seize the throne.
  • Britain’s first water operated silk mill was founded there.

 

Popular car hire destinations in Derby

Best car rental companies in Derby

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
8.0
No.2: EUROPCAR,
based on 6130 reviews
82
82
77
81
81
12 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)

Derby car hire information

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

Average prices per day in Derby

ItemPercent
January€ 46
February€ 48
March€ 48
April€ 58
May€ 55
June€ 55
July€ 59
August€ 55
September€ 50
October€ 55
November€ 51
December€ 61
ItemPercent
January€ 49
February€ 50
March€ 50
April€ 37
May€ 58
June€ 60
July€ 50
August€ 37
September€ 37
October€ 49
November€ 51
December€ 59
ItemPercent
January€ 99
February€ 87
March€ 86
April€ 112
May€ 131
June€ 153
July€ 132
August€ 122
September€ 119
October€ 146
November€ 136
December€ 177
ItemPercent
January€ 62
February€ 63
March€ 65
April€ 63
May€ 79
June€ 78
July€ 72
August€ 55
September€ 64
October€ 71
November€ 68
December€ 85
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 35
February€ 38
March€ 38
April€ 35
May€ 43
June€ 41
July€ 39
August€ 35
September€ 31
October€ 38
November€ 36
December€ 46
ItemPercent
January€ 71
February€ 73
March€ 78
April€ 65
May€ 101
June€ 100
July€ 103
August€ 70
September€ 68
October€ 86
November€ 80
December€ 96
ItemPercent
January€ 51
February€ 52
March€ 50
April€ 108
May€ 57
June€ 65
July€ 66
August€ 65
September€ 62
October€ 66
November€ 51
December€ 52

Select category to see average car hire prices in Derby

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:178 NodeID:7782 pvCT_ID:178 NodeID:7782 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 =7782 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=178 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=178 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
€66
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 92
Jul€ 63
Aug
Sep
Oct€ 77
Nov€ 58
Dec€ 42
from
€40
per day
ItemPercent
Jan€ 38
Feb€ 35
Mar€ 36
Apr€ 51
May€ 49
Jun€ 41
Jul€ 47
Aug€ 47
Sep€ 42
Oct€ 30
Nov€ 30
Dec€ 34
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