• 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 on Ibiza Mini Guide

Experience the mad hedonism of Ibiza island by hiring a car. Our rental vehicles are incredibly popular on this Balearic island, especially as the cost of taxis there are so exorbitant. With car hire you can see the beautiful wilderness or go to the world famous nightclubs.

You might be in Ibiza just to party then recover on the beaches but hiring a car from Rhinocarhire.com will reward that little bit of effort and the tiny cost with some fabulous and memorable sights. We offer one of the cheapest car hire rates in Europe with prices starting from 12 euros a day. At this price you can afford to tear yourself away from your tanning session and head to some of the inland villages or explore the quieter beaches of the north coast. Book your car hire online today for the best deals and the biggest choice of cars.

Current Rental Rates in Ibiza

Fiat 500

4 Adults, 3 Doors

From 9.43 EUR/day
Fiat 500

7 Days rental at 66.01 EUR from 16/11/2020

  2 |
  Manual |
  Yes

Opel Corsa

4 Adults, 5 Doors

From 10.58 EUR/day
Opel Corsa

7 Days rental at 74.10 EUR from 16/11/2020

  2 |
  Manual |
  Yes

Seat Leon

5 Adults, 5 Doors

From 12.00 EUR/day
Seat Leon

7 Days rental at 84.00 EUR from 16/11/2020

  3 |
  Manual |
  Yes

Useful to know about Ibiza

  • The official name of the island in Catalan is Eivissa.
  • The island is home to the world famous bar Café del Mar which has spawned many chill out CDs.
  • Ibiza and Formentera together form the ‘Pine Islands’.
  • Ibiza claims to be one of the possible sites of Christopher Columbus’ birth.
  • The island isn’t all beaches and clubs; there are many World Heritage Sites there too – hire a car and seek them out!
  • Ibiza is the second largest Balearic island with a population of 110k, Majorca is by far the largest with nearly 800k inhabitants, whilst Menorca has 87k and Formentera, the smallest just 7,500

 

Popular car hire destinations in Ibiza

Best car rental companies in Ibiza

7.7
No.1: BUDGET,
based on 13296 reviews
82
75
72
73
81
17 min (average wait time)

Ibiza car hire information

  • 7.8/10
    Best Rated Agent:
    BUDGET EMEA Corporate
  • € 66.01
    Average price:
    (per week)
  • € 9.43
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Opel Corsa
  • 3
    Total Cars Available
     

Average prices per day in Ibiza

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€ 23
May
June
July
August€ 38
September€ 40
October€ 36
November€ 12
ItemPercent
April€ 20
May€ 18
June€ 18
July€ 39
August€ 29
September€ 31
October€ 28
November€ 11
ItemPercent
April€ 18
May€ 16
June€ 16
July€ 35
August€ 26
September€ 28
October€ 25
November€ 9
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:152265 NodeID:19302 pvCT_ID:152265 NodeID:19302 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 =19302 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=152265 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=152265 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 Spain fo find you the best price and that's a promise...

from
€41
per day
ItemPercent
Jan€ 48
Feb€ 48
Mar€ 29
Apr€ 40
May€ 54
Jun€ 28
Jul€ 48
Aug€ 50
Sep€ 36
Oct€ 37
Nov€ 48
Dec€ 28
from
€33
per day
ItemPercent
Jan€ 23
Feb€ 22
Mar€ 14
Apr€ 21
May€ 18
Jun€ 46
Jul€ 74
Aug€ 59
Sep€ 44
Oct€ 35
Nov€ 22
Dec€ 22
from
€34
per day
ItemPercent
Jan€ 28
Feb€ 21
Mar€ 24
Apr€ 30
May€ 24
Jun€ 57
Jul€ 37
Aug€ 59
Sep€ 30
Oct€ 35
Nov€ 25
Dec€ 36
from
€0
per day
ItemPercent