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

Several airports are within easy driving distance of Mansfield including East Midlands, Birmingham and Luton. It is possible to get access to Mansfield from many overseas destinations including Europe and America from the airports. Once at any of the airports, National Express coaches offer a cheap way of accessing the city centre if you are waiting to hire a car at your destination. Alternatively, car hire at Birmingham airport, East Midlands or Luton offers excellent value if you prefer independent travel.

Current Rental Rates in Mansfield

Opel Corsa

5 Adults, 5 Doors

From 103.54 EUR/day
Opel Corsa

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

  2 |
  Manual |
  No

Opel Astra

5 Adults, 5 Doors

From 115.29 EUR/day
Opel Astra

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

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 5 Doors

From 129.40 EUR/day
Kia Ceed

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

  3 |
  Automatic |
  No

Peugeot 3008

5 Adults, 5 Doors

From 145.85 EUR/day
Peugeot 3008

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

  4 |
  Manual |
  Yes

Opel Insignia Estate

5 Adults, 5 Doors

From 169.37 EUR/day
Opel Insignia Estate

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

  5 |
  Manual |
  Yes

Skoda Superb

5 Adults, 4 Doors

From 169.37 EUR/day
Skoda Superb

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

  4 |
  Automatic |
  Yes

Volkswagen Transporter

9 Adults, 5 Doors

From 371.55 EUR/day
Volkswagen Transporter

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

  4 |
  Manual |
  Yes

Mercedes Vito

9 Adults, 5 Doors

From 371.55 EUR/day
Mercedes Vito

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

  4 |
  Automatic |
  Yes

Useful to know about Mansfield

  • The name Mansfield comes from the name of the valley where the city is located, the Maun Valley
  • It’s the second biggest settlement in Nottinghamshire
  • Mansfield is the only local authority to have a mayor elected by the public
  • Traditionally founded on textiles and coal, the city has suffered through economic decline in the last few decades
  • It was the home of Mansfield Ales, once the biggest selling beer in the UK

 

Popular car hire destinations in Mansfield

Best car rental companies in Mansfield

8.6
No.1: ARNOLD CLARK CAR & VAN,
based on 563 reviews
90
90
80
80
90
21 min (average wait time)
8.1
No.2: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.0
No.3: DOLLAR,
based on 3143 reviews
81
68
67
61
72
17 min (average wait time)

Mansfield car hire information

  • 8.6/10
    Best Rated Agent:
    ARNOLD CLARK CAR & VAN RENTAL
  • € 724.78
    Average price:
    (per week)
  • € 103.54
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Standard
  • 1
    Most popular model:
    Mercedes Vito
  • 8
    Total Cars Available
     

Average prices per day for car hire in Mansfield

ItemPercent
January€ 67
February€ 66
March€ 63
April€ 63
May€ 67
June€ 63
July€ 57
August€ 58
September€ 48
October€ 56
November€ 57
December€ 61
ItemPercent
January€ 73
February€ 65
March€ 63
April€ 46
May€ 71
June€ 77
July€ 53
August€ 39
September€ 36
October€ 56
November€ 63
December€ 66
ItemPercent
January€ 110
February€ 102
March€ 90
April€ 71
May€ 138
June€ 153
July€ 114
August€ 114
September€ 82
October€ 112
November€ 104
December€ 119
ItemPercent
January€ 88
February€ 85
March€ 82
April€ 83
May€ 93
June€ 92
July€ 83
August€ 78
September€ 62
October€ 74
November€ 72
December€ 85
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 62
February€ 53
March€ 54
April€ 33
May€ 61
June€ 65
July€ 46
August
September€ 24
October€ 54
November€ 62
December€ 63
ItemPercent
January€ 116
February€ 112
March€ 105
April€ 138
May€ 150
June€ 131
July€ 126
August€ 112
September€ 91
October€ 104
November€ 101
December€ 114
ItemPercent
January€ 53
February€ 55
March€ 57
April€ 64
May€ 51
June€ 50
July€ 57
August€ 59
September€ 47
October
November
December

Select category to see average car hire prices in Mansfield

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

FAQs about car hire in Mansfield

Page_Load: CT_ID:169469 NodeID:20562 pvCT_ID:169469 NodeID:20562 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 =20562 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=169469 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=169469 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
€42
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar€ 24
Apr
May€ 41
Jun€ 82
Jul
Aug
Sep
Oct€ 52
Nov€ 35
Dec€ 38
from
€39
per day
ItemPercent
Jan€ 34
Feb€ 36
Mar€ 26
Apr€ 43
May€ 45
Jun€ 43
Jul€ 46
Aug€ 49
Sep€ 45
Oct€ 40
Nov€ 31
Dec€ 30
from
€43
per day
ItemPercent
Jan€ 43
Feb€ 30
Mar€ 23
Apr
May€ 30
Jun€ 30
Jul€ 59
Aug
Sep
Oct€ 30
Nov€ 76
Dec€ 64
from
€71
per day
ItemPercent
Jan€ 86
Feb€ 82
Mar€ 52
Apr€ 60
May€ 89
Jun€ 100
Jul€ 91
Aug
Sep€ 66
Oct€ 59
Nov€ 53
Dec€ 42