• 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 Blackpool Airport Mini Guide

Blackpool International Airport is situated on the Fylde coast, in Lancashire, England. It is just outside the city and used to be known as Squires Gate Airport. It was the first aviation site in England, built in 1909. If you are flying into Blackpool airport and planning your visit, check out our UK mini guide with things to do in the town and nearby. Airlines servicing the airport, connect Blackpool to the UK and Ireland. In season, you can fly to Spain or Portugal also. If you have booked a Rhino hire car, you will find the car hire desks, just outside of the arrivals area.
 
There are no such hidden costs when you hire a car at Blackpool Airport with Rhino.
 

Current Rental Rates at Blackpool Airport

Volkswagen Golf

5 Adults, 5 Doors

From 47.12 EUR/day
Volkswagen Golf

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

  3 |
  Manual |
  No

Volkswagen Polo

5 Adults, 5 Doors

From 50.74 EUR/day
Volkswagen Polo

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

  2 |
  Manual |
  Yes

Volkswagen Passat

5 Adults, 4 Doors

From 57.16 EUR/day
Volkswagen Passat

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

  4 |
  Manual |
  Yes

Peugeot 3008

5 Adults, 5 Doors

From 57.16 EUR/day
Peugeot 3008

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

  4 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 59.52 EUR/day
Peugeot 2008

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

  3 |
  Manual |
  Yes

Peugeot 3008

5 Adults, 5 Doors

From 72.21 EUR/day
Peugeot 3008

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

  4 |
  Manual |
  Yes

MG ZS

5 Adults, 5 Doors

From 83.01 EUR/day
MG ZS

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

  3 |
  Automatic |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 90.89 EUR/day
Volkswagen Golf

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

  3 |
  Manual |
  Yes

Useful to know about Blackpool Airport

  • Blackpool Airport is ranked 33 in the UK in terms of passenger numbers.
  • Helicopters are based at Blackpool Airport to serve the North Sea oil production lines.
  • Blackpool Airport used to be known as Squires Gate Airport.
  • Many of the international flights with Jet2 are seasonal.
  • Blackpool Airport is also served by bus, taxis, tram and railway.

 

Popular car hire destinations in Blackpool Airport

Best car rental companies in Blackpool Airport

8.0
No.1: BUDGET,
based on 2611 reviews
83
84
72
78
83
18 min (average wait time)
7.7
No.2: AVIS,
based on 1379 reviews
82
82
67
77
81
20 min (average wait time)

Blackpool Airport car hire information

  • 8.0/10
    Best Rated Agent:
    Budget EMEA Corporate
  • € 329.84
    Average price:
    (per week)
  • € 47.12
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Peugeot 3008
  • 8
    Total Cars Available
     

Average prices per day for car hire at Blackpool Airport

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€ 55
February€ 64
March€ 63
April€ 52
May€ 64
June€ 62
July€ 55
August€ 58
September€ 60
October€ 57
November€ 57
December€ 57
ItemPercent
January€ 49
February€ 60
March€ 59
April€ 46
May€ 59
June€ 53
July€ 48
August€ 49
September€ 45
October€ 44
November€ 45
December€ 45
ItemPercent
January€ 111
February€ 103
March€ 105
April€ 105
May€ 109
June€ 108
July€ 106
August€ 104
September€ 96
October€ 97
November€ 96
December€ 96
ItemPercent
January€ 80
February€ 78
March€ 77
April€ 75
May€ 80
June€ 77
July€ 78
August€ 80
September€ 74
October€ 78
November€ 74
December€ 77
ItemPercent
January€ 32
February€ 25
March€ 25
April€ 25
May
June
July€ 21
August€ 21
September
October
November
December
ItemPercent
January€ 68
February€ 81
March€ 81
April€ 85
May€ 73
June€ 65
July€ 68
August€ 72
September€ 67
October€ 68
November€ 66
December€ 66
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Blackpool Airport

Page_Load: CT_ID:7112 NodeID:7757 pvCT_ID:7112 NodeID:7757 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 =7757 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7112 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7112 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
€60
per day
ItemPercent
Jan€ 38
Feb€ 38
Mar€ 40
Apr€ 53
May€ 58
Jun€ 63
Jul€ 64
Aug€ 163
Sep€ 51
Oct€ 55
Nov€ 38
Dec€ 54
from
€43
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 36
Apr€ 59
May€ 52
Jun€ 44
Jul€ 47
Aug€ 72
Sep€ 43
Oct€ 32
Nov€ 29
Dec€ 23
from
€56
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 39
Apr€ 70
May€ 58
Jun€ 67
Jul€ 68
Aug€ 96
Sep€ 54
Oct€ 58
Nov€ 38
Dec€ 57
from
€56
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 80
Jul€ 61
Aug
Sep€ 55
Oct€ 48
Nov€ 47
Dec€ 48