• 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

Enna Car Rental Mini Guide

Enna is a mountain-top city in the centre of Sicily and is 931 metres above sea level. You can fly into Catania Airport, it is 82km away but pick up your Rhino hire car at the airport and get to see the whole island in detail, most of our car hire packages come with unlimited mileage!

Enna is a magical city, perched high on a mountain top giving sweeping views across the plain that extends three miles from the base of the mountain. In the city, most places are accessible on foot or by hire car including the impressive Castello di Lombardia, Italy.

Current Rental Rates in Enna

Toyota Aygo

4 Adults, 3 Doors

From 68.01 EUR/day
Toyota Aygo

7 Days rental at 476.09 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Lancia Ypsilon

4 Adults, 3 Doors

From 69.33 EUR/day
Lancia Ypsilon

7 Days rental at 485.31 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 75.91 EUR/day
Opel Corsa

7 Days rental at 531.39 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Fiat 500L

5 Adults, 5 Doors

From 92.37 EUR/day
Fiat 500L

7 Days rental at 646.63 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Citroen C3 Aircross

5 Adults, 5 Doors

From 104.43 EUR/day
Citroen C3 Aircross

7 Days rental at 731.07 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Jeep Renegade

5 Adults, 5 Doors

From 109.02 EUR/day
Jeep Renegade

7 Days rental at 763.19 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Renault Clio

5 Adults, 5 Doors

From 109.02 EUR/day
Renault Clio

7 Days rental at 763.19 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Volkswagen Taigo

5 Adults, 5 Doors

From 137.94 EUR/day
Volkswagen Taigo

7 Days rental at 965.61 EUR from 24/07/2023

  4 |
  Manual |
  Yes

Citroen C5 Aircross

5 Adults, 5 Doors

From 140.68 EUR/day
Citroen C5 Aircross

7 Days rental at 984.82 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Useful to know about Enna

  • Enna is the highest provincial capital in Sicily.
  • The city is almost at the geographical centre of the island.
  • It was built on top of a mountain forming a natural fortress.
  • The mountain top was first inhabited nearly three thousand years ago.
  • Enna was an important place of worship for the cult of Demeter.

 

Popular car hire destinations in Enna

Best car rental companies in Enna

6.3
No.1: MAGGIORE,
based on 2633 reviews
69
63
55
58
71
16 min (average wait time)

Enna car hire information

  • 6.4/10
    Best Rated Agent:
    Maggiore
  • € 476.07
    Average price:
    (per week)
  • € 68.01
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Citroen C5 Aircross
  • 9
    Total Cars Available
     

Average prices per day in Enna

ItemPercent
January€ 108
February€ 72
March€ 83
April€ 89
May€ 80
June€ 91
July€ 108
August€ 122
September€ 104
October€ 99
November€ 73
December€ 152
ItemPercent
January€ 81
February€ 65
March€ 68
April€ 84
May€ 74
June€ 76
July€ 96
August€ 115
September€ 95
October€ 70
November€ 55
December€ 123
ItemPercent
January€ 234
February€ 303
March€ 307
April
May
June€ 212
July
August
September
October€ 296
November€ 296
December€ 313
ItemPercent
January€ 187
February€ 144
March€ 156
April€ 170
May€ 158
June€ 190
July€ 175
August€ 234
September€ 183
October€ 152
November€ 148
December€ 208
ItemPercent
January€ 326
February€ 424
March€ 429
April
May
June
July
August
September
October
November
December
ItemPercent
January€ 55
February€ 45
March€ 48
April€ 58
May€ 51
June€ 54
July€ 79
August€ 95
September€ 77
October€ 54
November€ 37
December€ 82
ItemPercent
January€ 394
February€ 392
March
April
May€ 152
June€ 207
July
August
September
October€ 382
November€ 382
December
ItemPercent
January€ 95
February€ 61
March€ 76
April€ 72
May€ 60
June€ 64
July€ 109
August€ 117
September€ 105
October€ 99
November€ 62
December€ 132

Select category to see average car hire prices in Enna

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:171801 NodeID:10144 pvCT_ID:171801 NodeID:10144 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 =10144 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=171801 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=171801 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 Sicily fo find you the best price and that's a promise...

from
€50
per day
ItemPercent
Jan€ 50
Feb€ 20
Mar€ 17
Apr€ 51
May€ 45
Jun€ 80
Jul€ 81
Aug€ 80
Sep€ 70
Oct€ 43
Nov€ 37
Dec€ 25
from
€49
per day
ItemPercent
Jan€ 42
Feb€ 42
Mar€ 22
Apr€ 51
May€ 52
Jun€ 52
Jul€ 53
Aug€ 96
Sep€ 64
Oct€ 40
Nov€ 36
Dec€ 36
from
€42
per day
ItemPercent
Jan€ 39
Feb€ 27
Mar€ 14
Apr€ 48
May€ 45
Jun€ 54
Jul€ 60
Aug€ 73
Sep€ 61
Oct€ 42
Nov€ 24
Dec€ 20
from
€50
per day
ItemPercent
Jan€ 49
Feb€ 33
Mar€ 22
Apr€ 51
May€ 51
Jun€ 63
Jul€ 63
Aug€ 63
Sep€ 63
Oct€ 56
Nov€ 44
Dec€ 44