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

You can get there by catching a plane to Manchester Airport but it may be cheaper to consider Liverpool Airport, especially if you want to use a budget airline. From the airports you can collect your Rental Car.  If you want to arrive by train, Burnley is just off the west coast line with easy access from Birmingham and the West Midlands.
Outside of the city it’s only a short journey by  car to the more numerous attractions of Manchester or the beauty of the Lake District to the north.

Current Rental Rates in Burnley

Toyota Aygo

4 Adults, 3 Doors

From 48.61 EUR/day
Toyota Aygo

7 Days rental at 340.29 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 49.60 EUR/day
Opel Corsa

7 Days rental at 347.24 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 52.66 EUR/day
Opel Corsa

7 Days rental at 368.68 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 53.19 EUR/day
Opel Astra

7 Days rental at 372.39 EUR from 12/12/2022

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 56.79 EUR/day
Nissan Qashqai

7 Days rental at 397.55 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 61.18 EUR/day
Opel Corsa

7 Days rental at 428.28 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Opel Insignia

5 Adults, 4 Doors

From 62.47 EUR/day
Opel Insignia

7 Days rental at 437.33 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 63.84 EUR/day
Opel Corsa

7 Days rental at 446.91 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Opel Astra

5 Adults, 5 Doors

From 66.50 EUR/day
Opel Astra

7 Days rental at 465.52 EUR from 12/12/2022

  3 |
  Automatic |
  Yes

Useful to know about Burnley

  • Burnley is a commuter town for Manchester, 21 miles away.
  • It has had a market in the town for over 700 years.
  • In Victorian times it was a prominent mill town.
  • At one point it was the largest producer of cotton cloth in the world.
  • The name comes from Brun Lea, meaning ‘Meadow by the River Brun’.

 

Popular car hire destinations in Burnley

Best car rental companies in Burnley

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.0
No.2: DOLLAR,
based on 3143 reviews
81
68
67
61
72
17 min (average wait time)

Burnley car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 340.27
    Average price:
    (per week)
  • € 48.61
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 4
    Most popular model:
    Opel Corsa
  • 18
    Total Cars Available
     

Average prices per day in Burnley

ItemPercent
January€ 83
February€ 67
March€ 80
April€ 56
May€ 64
June€ 99
July€ 69
September€ 65
October€ 73
November€ 82
December€ 73
ItemPercent
January€ 78
February€ 64
March€ 75
April€ 55
May€ 61
June€ 93
July€ 63
September€ 61
October€ 69
November€ 78
December€ 69
ItemPercent
January€ 107
February€ 96
March€ 105
April€ 76
May€ 95
June€ 127
July€ 117
September€ 116
October€ 96
November€ 124
December€ 110
ItemPercent
January€ 90
February€ 79
March€ 83
April€ 69
May€ 72
June€ 108
July€ 85
September€ 74
October€ 80
November€ 93
December€ 85
ItemPercent
January
February
March
April€ 78
May
June
July
September
October
November
December
ItemPercent
January€ 67
February€ 53
March€ 66
April€ 56
May€ 54
June€ 79
July€ 56
September€ 52
October€ 59
November€ 66
December€ 60
ItemPercent
January€ 117
February€ 99
March€ 104
April€ 82
May€ 96
June€ 137
July€ 113
September€ 115
October€ 102
November€ 129
December€ 113
ItemPercent
January€ 90
February€ 83
March€ 86
April€ 73
May€ 68
June€ 108
July€ 77
September€ 70
October€ 83
November€ 89
December€ 78

Select category to see average car hire prices in Burnley

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:6364 NodeID:7766 pvCT_ID:6364 NodeID:7766 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 =7766 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=6364 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=6364 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€ 43
Feb€ 47
Mar€ 44
Apr€ 62
May€ 45
Jun€ 42
Jul€ 44
Aug€ 62
Sep€ 44
Oct€ 33
Nov€ 41
Dec€ 38
from
€93
per day
ItemPercent
Jan€ 68
Feb€ 70
Mar€ 70
Apr€ 61
May
Jun€ 94
Jul€ 146
Aug€ 164
Sep€ 126
Oct€ 81
Nov€ 69
Dec€ 69
from
€55
per day
ItemPercent
Jan€ 33
Feb€ 32
Mar€ 56
Apr€ 38
May€ 39
Jun€ 66
Jul€ 91
Aug€ 92
Sep€ 75
Oct€ 43
Nov€ 33
Dec€ 65
from
€0
per day
ItemPercent