• 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

Car Rental  Lincoln Mini Guide

Check out our competitive range of rental cars for hire in Lincoln. The city has a rail station and you can travel from London, by changing trains at Newark or Peterborough. Travelling by car, you can take the A1 and M1, it would take 2 hours to drive between London and Lincoln, maybe consider a one way car rental. From further afield, you can fly into East Midlands Airport or Humberside Airport.

Current Rental Rates in Lincoln

Fiat 500

4 Adults, 3 Doors

From 47.24 EUR/day
Fiat 500

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 47.69 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 56.64 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 60.40 EUR/day
Opel Crossland X

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

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 68.08 EUR/day
Nissan Qashqai

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

  4 |
  Manual |
  Yes

Useful to know about Lincoln

  • There is a wider catchment area called Greater Lincoln.
  • Lincoln is twinned with four other towns worldwide.
  • The bishop of Lincoln was one of the witnesses of the Magna Carter.
  • The medieval Bishop’s Palace is one of the main tourist sites in Lincoln.
  • Lincoln is divided into a downhill and an uphill area.

 

Popular car hire destinations in Lincoln

  • Newark
  • Dixon Street LN6
  • Outer Circle Road LN2

Best car rental companies in Lincoln

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.7
No.2: KEDDY BY EUROPCAR,
based on 1871 reviews
79
81
69
75
83
19 min (average wait time)
7.5
No.3: HERTZ,
based on 2993 reviews
80
80
60
70
80
17 min (average wait time)

Lincoln car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 330.68
    Average price:
    (per week)
  • € 47.24
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Ford Focus
  • 5
    Total Cars Available
     

Average prices per day in Lincoln

ItemPercent
January€ 41
February€ 43
March€ 42
April€ 58
May€ 55
June€ 57
July€ 73
August€ 43
September€ 62
October€ 55
November€ 52
December€ 74
ItemPercent
January€ 31
February€ 35
March€ 30
April€ 35
May€ 51
June€ 47
July€ 57
August€ 35
September€ 58
October€ 43
November€ 42
December€ 55
ItemPercent
January€ 65
February€ 65
March€ 69
April€ 91
May
June
July€ 200
August
September€ 130
October€ 117
November€ 123
December€ 143
ItemPercent
January€ 46
February€ 46
March€ 49
April€ 53
May€ 61
June€ 53
July€ 69
August€ 47
September€ 67
October€ 56
November€ 54
December€ 81
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 29
February€ 33
March€ 28
April€ 32
May€ 51
June€ 47
July€ 55
August€ 34
September€ 48
October€ 37
November€ 36
December€ 51
ItemPercent
January€ 42
February€ 57
March€ 57
April€ 70
May€ 44
June€ 42
July€ 79
August€ 52
September€ 102
October€ 92
November€ 83
December€ 102
ItemPercent
January
February
March€ 56
April€ 125
May€ 46
June€ 52
July€ 60
August
September
October
November
December

Select category to see average car hire prices in Lincoln

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:208 NodeID:7819 pvCT_ID:208 NodeID:7819 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 =7819 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=208 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=208 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
€45
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar€ 30
Apr€ 60
May€ 33
Jun€ 60
Jul€ 69
Aug€ 61
Sep€ 41
Oct€ 47
Nov€ 36
Dec€ 35
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
€51
per day
ItemPercent
Jan€ 35
Feb€ 36
Mar€ 37
Apr€ 56
May€ 56
Jun€ 53
Jul€ 41
Aug€ 52
Sep€ 89
Oct€ 53
Nov€ 51
Dec€ 52
from
€46
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 29
Apr€ 62
May€ 81
Jun€ 43
Jul€ 57
Aug€ 82
Sep€ 46
Oct€ 28
Nov€ 24
Dec€ 25