• 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

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
Hyundai i10

7 Days rental at 118.51 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Skoda Fabia

5 Adults, 5 Doors

From 20.43 EUR/day
Skoda Fabia

7 Days rental at 143.02 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Peugeot 308

5 Adults, 5 Doors

From 22.66 EUR/day
Peugeot 308

7 Days rental at 158.62 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Opel Meriva

5 Adults, 3 Doors

From 24.83 EUR/day
Opel Meriva

7 Days rental at 173.85 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Fiat 500 Convertible

4 Adults, 2 Doors

From 25.33 EUR/day
Fiat 500 Convertible

7 Days rental at 177.35 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Opel Grandland X

5 Adults, 5 Doors

From 27.17 EUR/day
Opel Grandland X

7 Days rental at 190.21 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Mini Cooper

5 Adults, 5 Doors

From 46.92 EUR/day
Mini Cooper

7 Days rental at 328.44 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Opel Zafira

7 Adults, 5 Doors

From 107.24 EUR/day
Opel Zafira

7 Days rental at 750.72 EUR from 22/05/2023

  1 |
  Manual |
  Yes

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.

Best car rental companies in Menorca

8.2
No.1: OWNERS,
based on 515 reviews
80
80
70
80
80
19 min (average wait time)

Menorca car hire information

  • 8.2/10
    Best Rated Agent:
    OWNERS CARS
  • € 118.51
    Average price:
    (per week)
  • € 16.93
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Hyundai i10
  • 8
    Total Cars Available
     

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)
ItemPercent
April€ 30
May€ 36
June€ 51
July€ 89
August€ 88
September€ 67
October€ 30
ItemPercent
April€ 27
May€ 34
June€ 47
July€ 89
August€ 83
September€ 64
October€ 27
ItemPercent
April€ 35
May€ 65
June€ 65
July€ 125
August€ 109
September€ 96
October€ 35
ItemPercent
April€ 28
May€ 32
June€ 49
July€ 84
August€ 78
September€ 63
October€ 28
ItemPercent
April
May€ 38
June€ 54
July€ 97
August€ 102
September€ 86
October
ItemPercent
ItemPercent
ItemPercent
*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
faq
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 Spain fo find you the best price and that's a promise...

from
€33
per day
ItemPercent
Jan€ 30
Feb€ 24
Mar€ 19
Apr€ 45
May€ 38
Jun€ 34
Jul€ 53
Aug€ 48
Sep€ 42
Oct€ 24
Nov€ 18
Dec€ 25
from
€35
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 20
Apr€ 54
May€ 30
Jun€ 30
Jul€ 30
Aug€ 69
Sep€ 30
Oct€ 28
Nov€ 28
Dec€ 33
from
€39
per day
ItemPercent
Jan€ 33
Feb
Mar€ 26
Apr€ 43
May€ 38
Jun€ 42
Jul€ 61
Aug€ 50
Sep€ 43
Oct€ 33
Nov€ 26
Dec€ 34
from
€27
per day
ItemPercent
Jan€ 24
Feb€ 27
Mar€ 31
Apr€ 27
May€ 23
Jun€ 23
Jul€ 37
Aug€ 45
Sep€ 20
Oct€ 24
Nov€ 24
Dec€ 19