• 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

Lancaster Mini Guide

The closest airport is Manchester, about an hour away from the city.  The castle is the best place to start when touring the city and is the quintessential English castle.  From there, take a short trip in your hire car to the Ashton Memorial, a magnificent folly, presented by Lord Ashton to Lancaster as a memorial to his wife.

Current Rental Rates in Lancaster

Opel Corsa

5 Adults, 3 Doors

From 50.19 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 50.53 EUR/day
Opel Astra

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

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 53.64 EUR/day
Kia Ceed

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

  3 |
  Automatic |
  Yes

Kia Picanto

4 Adults, 3 Doors

From 61.67 EUR/day
Kia Picanto

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

  2 |
  Manual |
  No

Useful to know about Lancaster

  • Lancaster is the county town of Lancashire.
  • Lancaster grew because of its importance as a port.
  • It has long standing links to the royal family of Britain.
  • It became a city in 1937 in recognition of its links with the crown.
  • The castle is built over a Roman fort.

 

Popular car hire destinations in Lancaster

Best car rental companies in Lancaster

8.0
No.1: AVIS,
based on 4614 reviews
82
81
74
77
84
14 min (average wait time)
7.8
No.2: EUROPCAR,
based on 5107 reviews
80
80
60
70
80
18 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
79
78
67
73
77
17 min (average wait time)

Lancaster car hire information

  • 8.0/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 351.33
    Average price:
    (per week)
  • € 50.19
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 4
    Total Cars Available
     

Average prices per day in Lancaster

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
January€ 44
February€ 40
March€ 43
April€ 41
May€ 48
June€ 55
July€ 62
August€ 71
September€ 48
October€ 54
November€ 49
December€ 65
ItemPercent
January€ 35
February€ 33
March€ 35
April€ 30
May€ 37
June€ 42
July€ 50
August€ 46
September€ 31
October€ 39
November€ 36
December€ 54
ItemPercent
January€ 79
February€ 69
March€ 68
April€ 67
May€ 70
June€ 69
July€ 111
August€ 122
September€ 74
October€ 161
November€ 168
December€ 248
ItemPercent
January€ 49
February€ 44
March€ 46
April€ 43
May€ 54
June€ 52
July€ 62
August€ 64
September€ 54
October€ 66
November€ 67
December€ 85
ItemPercent
January€ 34
February€ 32
March€ 33
April€ 29
May€ 36
June€ 41
July€ 49
August€ 45
September€ 30
October€ 37
November€ 35
December€ 52
ItemPercent
January€ 55
February€ 46
March€ 45
April€ 50
May€ 50
June€ 50
July€ 68
August€ 71
September€ 51
October€ 69
November€ 62
December€ 75
ItemPercent
January€ 52
February
March
April
May
June
July€ 63
August€ 65
September
October€ 69
November€ 53
December€ 52
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:33924 NodeID:7813 pvCT_ID:33924 NodeID:7813 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 =7813 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=33924 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=33924 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
€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
from
€48
per day
ItemPercent
Jan€ 36
Feb€ 37
Mar€ 43
Apr€ 59
May€ 81
Jun€ 42
Jul€ 57
Aug€ 71
Sep€ 44
Oct€ 40
Nov€ 33
Dec€ 37
from
€41
per day
ItemPercent
Jan€ 34
Feb€ 35
Mar€ 35
Apr€ 55
May€ 37
Jun€ 35
Jul€ 63
Aug€ 42
Sep€ 41
Oct€ 47
Nov€ 35
Dec€ 35
from
€59
per day
ItemPercent
Jan€ 37
Feb€ 36
Mar€ 41
Apr
May
Jun€ 93
Jul€ 55
Aug
Sep€ 76
Oct€ 57
Nov€ 49
Dec€ 84