• 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

Formentera Mini Guide

Formentera is a small island off the east coast of Spain. It is one of the Balearic Islands which include the party destination of Ibiza. If you are tired of the party life on Ibiza catch the ferry to Formentera, pick up a hire car from Rhinocarhire and explore this much more relaxed island.

Comprehensive insurance, collision damage waiver and 24 hour breakdown cover are all included in the price. Book online today for the best car hire deals and watch out for our regular special offers which means you can save even more money. Don’t forget, we can supply the optional extras others may forget like child car seats. Book with confidence knowing we have thought of everything.
 

Current Rental Rates in Formentera

Opel Corsa

5 Adults, 3 Doors

From 46.41 EUR/day
Opel Corsa

7 Days rental at 324.91 EUR from 21/06/2021

  2 |
  Manual |
  Yes

Volkswagen Polo

5 Adults, 5 Doors

From 49.13 EUR/day
Volkswagen Polo

7 Days rental at 343.93 EUR from 21/06/2021

  2 |
  Manual |
  Yes

Peugeot 308

5 Adults, 5 Doors

From 52.13 EUR/day
Peugeot 308

7 Days rental at 364.95 EUR from 21/06/2021

  3 |
  Manual |
  Yes

Citroen C4 Cactus

5 Adults, 5 Doors

From 54.70 EUR/day
Citroen C4 Cactus

7 Days rental at 382.93 EUR from 21/06/2021

  3 |
  Manual |
  Yes

Volkswagen Polo

5 Adults, 5 Doors

From 58.99 EUR/day
Volkswagen Polo

7 Days rental at 412.99 EUR from 21/06/2021

  2 |
  Automatic |
  Yes

Mercedes A Class

5 Adults, 5 Doors

From 60.27 EUR/day
Mercedes A Class

7 Days rental at 421.93 EUR from 21/06/2021

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 60.99 EUR/day
Volkswagen Golf

7 Days rental at 426.96 EUR from 21/06/2021

  3 |
  Manual |
  Yes

Peugeot 308

5 Adults, 5 Doors

From 61.56 EUR/day
Peugeot 308

7 Days rental at 430.93 EUR from 21/06/2021

  3 |
  Automatic |
  Yes

Audi A1

4 Adults, 3 Doors

From 62.13 EUR/day
Audi A1

7 Days rental at 434.97 EUR from 21/06/2021

  1 |
  Manual |
  Yes

Useful to know about Formentera

  • Although seemingly a tiny island, it has an area of nearly 85 square kilometres. You can hire bicycles to get around but in summer, a hire car is much more comfortable.
  • The island is one of the few in the Mediterranean to allow nude sunbathing.
  • You can reach the island by ferry from Ibiza and also from the mainland.
  • You can't actually rent a car on Formentera, however it's easily arranged from Ibiza from leading rental agents such as Budget, Dollar, Europcar and Enterprise where you can take the ferry to Formentera

 

Popular car hire destinations in Formentera

Best car rental companies in Formentera

7.5
No.1: SIXT,
based on 423 reviews
84
76
67
74
80
15 min (average wait time)
7.0
No.2: AVIS,
based on 239 reviews
77
71
67
68
74
18 min (average wait time)

Formentera car hire information

  • 7.6/10
    Best Rated Agent:
    SIXT Corporate
  • € 324.87
    Average price:
    (per week)
  • € 46.41
    Best Price:
    Per Week
  • 6
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Peugeot 308
  • 28
    Total Cars Available
     

Average prices per day in Formentera

ItemPercent
April€ 40
May€ 67
June€ 59
July€ 109
August€ 64
September€ 53
October€ 40
November€ 14
ItemPercent
April€ 33
May€ 41
June€ 37
July€ 75
August€ 49
September€ 33
October€ 28
November€ 12
ItemPercent
April€ 83
May€ 135
June€ 141
July
August
September
October
November
ItemPercent
April€ 73
May€ 121
June€ 95
July€ 178
August€ 82
September€ 53
October€ 40
November
ItemPercent
April€ 125
May€ 208
June€ 285
July
August
September
October
November
ItemPercent
April€ 25
May€ 29
June€ 35
July€ 39
August€ 35
September€ 29
October€ 26
November€ 11
ItemPercent
April€ 79
May€ 111
June€ 102
July€ 151
August€ 112
September
October
November
ItemPercent
April€ 41
May€ 73
June€ 55
July
August
September
October
November

Select category to see average car hire prices in Formentera

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:7145 NodeID:19287 pvCT_ID:7145 NodeID:19287 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 =19287 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7145 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7145 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
€29
per day
ItemPercent
Jan€ 30
Feb€ 33
Mar€ 30
Apr€ 22
May€ 21
Jun€ 26
Jul€ 40
Aug€ 38
Sep€ 20
Oct€ 27
Nov€ 29
Dec€ 27
from
€40
per day
ItemPercent
Jan€ 35
Feb€ 30
Mar€ 37
Apr€ 35
May€ 39
Jun€ 30
Jul€ 52
Aug€ 64
Sep€ 50
Oct€ 38
Nov€ 33
Dec€ 32
from
€31
per day
ItemPercent
Jan€ 28
Feb€ 21
Mar€ 24
Apr€ 31
May€ 24
Jun€ 57
Jul€ 30
Aug€ 30
Sep€ 30
Oct€ 37
Nov€ 25
Dec€ 36
from
€50
per day
ItemPercent
Jan€ 37
Feb€ 34
Mar€ 33
Apr€ 46
May€ 41
Jun€ 78
Jul€ 114
Aug€ 64
Sep€ 51
Oct€ 33
Nov€ 28
Dec€ 41