Qawra Car Rental Mini Guide
Qawra offers a good position from which to get out and about. It is less than 20km from
Valletta and hence an easy initial transfer from Malta's airport. Car hire is a great way to tour at your convenience, whether you want to visit the old town at St Paul's Bay, the island of
Gozo or nearby Salina Bay, head into the historic capital city, or take a short drive to the sandy beach at
Mellieha Bay.
If you have hired with Rhino, collect your vehicle at the airport "Welcome Hall" and away you go!
Current Rental Rates in Qawra
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 Qawra
- With Bugibba, Qawra forms part of the St Paul’s Bay resort.
- It’s the most popular tourist destination in Malta after the capital.
- The island’s best nightclubs are found there.
- There is no beach but people swim from the rocky shore.
- The resort is known as the water sports centre of the island.
Popular car hire destinations in Qawra
Best car rental companies in Qawra
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)
Qawra car hire information
-
€ 151.20
Average price:
(per week)
-
€ 21.60
Best Price:
Per Week
Average prices per day for car hire in Qawra
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
FAQs about car hire in Qawra
Page_Load: CT_ID:4360 NodeID:10419 pvCT_ID:4360 NodeID:10419 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 =10419 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(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
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.