Menorca Mini Guide
Menorca is often thought of as the greenest, quietest and most historic of the main Balearic Islands. With your own transport from rhinocarhire.com you can head away from the tourist beaches and the capital Mahon and discover the real island. Menorca Mahon airport is only 12miles from Menorca and there are lots of flights during the summer season, mostly from the
UK and
Germany.
We have vehicles to suit every taste and budget; from small friendly cars suitable for couples to people carriers for larger families. With rental rates starting from £14 per day which includes comprehensive insurance, collision damage waiver and all local taxes, you will see why we were voted Best on the Road.
Current Rental Rates in Menorca
Hyundai i10
4 Adults, 5 Doors
From 16.93 EUR/day
7 Days rental at 118.51 EUR from 22/05/2023
Skoda Fabia
5 Adults, 5 Doors
From 20.43 EUR/day
7 Days rental at 143.02 EUR from 22/05/2023
Peugeot 308
5 Adults, 5 Doors
From 22.66 EUR/day
7 Days rental at 158.62 EUR from 22/05/2023
Opel Meriva
5 Adults, 3 Doors
From 24.83 EUR/day
7 Days rental at 173.85 EUR from 22/05/2023
Fiat 500 Convertible
4 Adults, 2 Doors
From 25.33 EUR/day
7 Days rental at 177.35 EUR from 22/05/2023
Opel Grandland X
5 Adults, 5 Doors
From 27.17 EUR/day
7 Days rental at 190.21 EUR from 22/05/2023
Mini Cooper
5 Adults, 5 Doors
From 46.92 EUR/day
7 Days rental at 328.44 EUR from 22/05/2023
Opel Zafira
7 Adults, 5 Doors
From 107.24 EUR/day
7 Days rental at 750.72 EUR from 22/05/2023
Useful to know about Menorca
- Menorca was a British owned island on three occasions.
- The whole island is a UNESCO biosphere reserve.
- Islanders speak a version of Catalan called Menorqui.
- The island is famous for its summer fiestas.
- A throwback to the colonial days means that the favoured spirit on the island is gin which is often drunk with bitter lemon and called Pomada.
Popular car hire destinations in Menorca
Best car rental companies in Menorca
8.2
No.1: OWNERS,
based on 515 reviews
19 min (average wait time)
Menorca car hire information
-
€ 118.51
Average price:
(per week)
-
€ 16.93
Best Price:
Per Week
Average prices per day for car hire in Menorca
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 |
---|
April | € 30 |
---|
May | € 36 |
---|
June | € 51 |
---|
July | € 89 |
---|
August | € 88 |
---|
September | € 67 |
---|
October | € 30 |
---|
Item | Percent |
---|
April | € 27 |
---|
May | € 34 |
---|
June | € 47 |
---|
July | € 89 |
---|
August | € 83 |
---|
September | € 64 |
---|
October | € 27 |
---|
Item | Percent |
---|
April | € 35 |
---|
May | € 65 |
---|
June | € 65 |
---|
July | € 125 |
---|
August | € 109 |
---|
September | € 96 |
---|
October | € 35 |
---|
Item | Percent |
---|
April | € 28 |
---|
May | € 32 |
---|
June | € 49 |
---|
July | € 84 |
---|
August | € 78 |
---|
September | € 63 |
---|
October | € 28 |
---|
Item | Percent |
---|
April | |
---|
May | € 38 |
---|
June | € 54 |
---|
July | € 97 |
---|
August | € 102 |
---|
September | € 86 |
---|
October | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Menorca
Page_Load: CT_ID:7172 NodeID:19369 pvCT_ID:7172 NodeID:19369 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 =19369 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7172 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7172 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.