Douglas Isle of Man Mini Guide
Car hire from Douglas is a great way to explore the beautiful Isle of Man. Steeped in history, the island is a self governing part of Great Britain. Douglas is the capital of this small island with a total population of a mere 25,00 inhabitants.
Visitors to the Mann, or Manx as it is often referred to will be spoilt by the beautiful landscapes and open roads, where a hire car will enable you to explore every one of the 688 miles of public road on the island. Get to Douglas by ferry operated from Liverpool, Heysham or Belfast in the UK or Dublin from Ireland.
Current Rental Rates in Douglas
Fiat 500
4 Adults, 3 Doors
From 45.73 EUR/day
7 Days rental at 320.15 EUR from 19/04/2021
Ford Fiesta
5 Adults, 3 Doors
From 58.16 EUR/day
7 Days rental at 407.14 EUR from 19/04/2021
Volkswagen Polo
5 Adults, 5 Doors
From 61.04 EUR/day
7 Days rental at 427.30 EUR from 21/02/2022
Useful to know about Douglas
- The capital of the Isle of Man, Douglas is the start of the famous 37 mile Manx TT motorcycle race.
- Douglas is the home of 2 high schools.
- The two piers in the harbour are named after Queen Victoria and King Edward VIII.
- The nearest major cities to Douglas is Belfast in the Northern Ireland and Liverpool in the UK.
Popular car hire destinations in Douglas
Best car rental companies in Douglas
7.8
No.1: AVIS,
based on 976 reviews
13 min (average wait time)
Douglas car hire information
-
€ 427.28
Average price:
(per week)
-
€ 61.04
Best Price:
Per Week
Average prices per day in Douglas
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)
Item | Percent |
---|
January | |
---|
February | |
---|
April | € 45 |
---|
May | € 47 |
---|
June | € 45 |
---|
July | € 45 |
---|
August | € 63 |
---|
September | € 45 |
---|
October | € 45 |
---|
November | € 44 |
---|
Item | Percent |
---|
January | € 61 |
---|
February | € 61 |
---|
April | € 53 |
---|
May | € 51 |
---|
June | € 50 |
---|
July | € 50 |
---|
August | € 58 |
---|
September | € 50 |
---|
October | € 43 |
---|
November | € 49 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
April | € 47 |
---|
May | |
---|
June | € 48 |
---|
July | € 47 |
---|
August | € 66 |
---|
September | € 47 |
---|
October | € 47 |
---|
November | € 47 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
April | € 43 |
---|
May | € 42 |
---|
June | € 41 |
---|
July | € 41 |
---|
August | € 48 |
---|
September | € 41 |
---|
October | € 37 |
---|
November | € 41 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:5562 NodeID:9818 pvCT_ID:5562 NodeID:9818 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 =9818 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5562 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5562 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.