Gozo Car Rental Mini Guide
Gozo is one of the two sister islands of Malta and is a tranquil and charming rural Mediterranean island.
Because there is a ferry between Malta and Gozo it is possible to take your rental car between one island and the other. To get information on times and schedules you should contact the Gozo Channel company.
If you have flown into
Malta International Airport there is a three times daily shuttle bus service between the airport and the ferry. You can't actually hire a car on Gozo itself so it's best to pick-up a rental car from the airport on arrival, or take the bus to Mellieha and pick up near the port before getting on the ferry to Gozo.
Current Rental Rates in Gozo
Toyota Aygo
4 Adults, 3 Doors
From 21.60 EUR/day
7 Days rental at 151.23 EUR from 12/12/2022
Kia Picanto
5 Adults, 3 Doors
From 21.94 EUR/day
7 Days rental at 153.63 EUR from 12/12/2022
Toyota Yaris
5 Adults, 5 Doors
From 22.97 EUR/day
7 Days rental at 160.82 EUR from 12/12/2022
Chevrolet Kalos
5 Adults, 5 Doors
From 25.71 EUR/day
7 Days rental at 180.00 EUR from 12/12/2022
Chevrolet Aveo
5 Adults, 5 Doors
From 27.08 EUR/day
7 Days rental at 189.59 EUR from 12/12/2022
Skoda Fabia Estate
5 Adults, 5 Doors
From 29.82 EUR/day
7 Days rental at 208.76 EUR from 12/12/2022
Fiat 500
4 Adults, 2 Doors
From 43.52 EUR/day
7 Days rental at 304.64 EUR from 12/12/2022
Fiat Doblo
7 Adults, 5 Doors
From 57.21 EUR/day
7 Days rental at 400.52 EUR from 12/12/2022
Useful to know about Gozo
- Gozo is thought to be the home of the nymph Calypso in Homer’s Odyssey.
- The islanders are called Gozitans.
- The dome of Xewkija church is bigger than that of St Paul’s Cathedral.
- The tiny island has a population of over 30,000.
- It’s home to the Ggantija Temples, the oldest free-standing structures in the world.
- Gzira is approximately 35 km south east and Valletta 40 km south east of Gozo.
Popular car hire destinations in Gozo
Best car rental companies in Gozo
7.4
No.1: BUDGET,
based on 1687 reviews
18 min (average wait time)
6.9
No.2: AVIS,
based on 853 reviews
18 min (average wait time)
2.1
No.3: AQUARIUS,
based on 252 reviews
31 min (average wait time)
Gozo car hire information
-
€ 151.20
Average price:
(per week)
-
€ 21.60
Best Price:
Per Week
Average prices per day in Gozo
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 |
---|
January | € 18 |
---|
February | € 17 |
---|
March | € 17 |
---|
April | € 32 |
---|
May | € 31 |
---|
June | € 33 |
---|
July | € 39 |
---|
August | € 56 |
---|
September | € 26 |
---|
October | € 25 |
---|
November | € 20 |
---|
December | € 22 |
---|
Item | Percent |
---|
January | € 26 |
---|
February | € 25 |
---|
March | € 25 |
---|
April | € 26 |
---|
May | € 28 |
---|
June | € 29 |
---|
July | € 30 |
---|
August | € 54 |
---|
September | € 26 |
---|
October | € 33 |
---|
November | € 27 |
---|
December | € 30 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 76 |
---|
May | € 76 |
---|
June | € 76 |
---|
July | € 76 |
---|
August | € 100 |
---|
September | € 75 |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 31 |
---|
February | € 29 |
---|
March | € 29 |
---|
April | € 48 |
---|
May | € 49 |
---|
June | € 51 |
---|
July | € 61 |
---|
August | € 84 |
---|
September | € 43 |
---|
October | € 38 |
---|
November | € 33 |
---|
December | € 36 |
---|
Item | Percent |
---|
January | € 13 |
---|
February | € 12 |
---|
March | € 12 |
---|
April | € 25 |
---|
May | € 24 |
---|
June | € 25 |
---|
July | € 27 |
---|
August | € 41 |
---|
September | € 21 |
---|
October | € 22 |
---|
November | € 16 |
---|
December | € 18 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 76 |
---|
May | € 76 |
---|
June | € 76 |
---|
July | € 76 |
---|
August | € 96 |
---|
September | € 74 |
---|
October | |
---|
November | |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4360 NodeID:10407 pvCT_ID:4360 NodeID:10407 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 =10407 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4360 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4360 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.