• 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

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
Toyota Aygo

7 Days rental at 151.23 EUR from 12/12/2022

  2 |
  Manual |
  No

Kia Picanto

5 Adults, 3 Doors

From 21.94 EUR/day
Kia Picanto

7 Days rental at 153.63 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 5 Doors

From 22.97 EUR/day
Toyota Yaris

7 Days rental at 160.82 EUR from 12/12/2022

  3 |
  Manual |
  Yes

Chevrolet Kalos

5 Adults, 5 Doors

From 25.71 EUR/day
Chevrolet Kalos

7 Days rental at 180.00 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Chevrolet Aveo

5 Adults, 5 Doors

From 27.08 EUR/day
Chevrolet Aveo

7 Days rental at 189.59 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Skoda Fabia Estate

5 Adults, 5 Doors

From 29.82 EUR/day
Skoda Fabia Estate

7 Days rental at 208.76 EUR from 12/12/2022

  5 |
  Manual |
  Yes

Fiat 500

4 Adults, 2 Doors

From 43.52 EUR/day
Fiat 500

7 Days rental at 304.64 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Fiat Doblo

7 Adults, 5 Doors

From 57.21 EUR/day
Fiat Doblo

7 Days rental at 400.52 EUR from 12/12/2022

  1 |
  Manual |
  Yes

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
71
73
76
71
79
18 min (average wait time)
6.9
No.2: AVIS,
based on 853 reviews
65
64
67
68
78
18 min (average wait time)
2.1
No.3: AQUARIUS,
based on 252 reviews
15
16
25
18
30
31 min (average wait time)

Qawra car hire information

  • 7.4/10
    Best Rated Agent:
    BUDGET EMEA Franchise
  • € 151.20
    Average price:
    (per week)
  • € 21.60
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Chevrolet Kalos
  • 8
    Total Cars Available
     

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)
ItemPercent
January€ 18
February€ 17
March€ 17
April€ 32
May€ 31
June€ 33
July€ 39
August€ 56
September€ 26
October€ 25
November€ 20
December€ 22
ItemPercent
January€ 26
February€ 25
March€ 25
April€ 26
May€ 28
June€ 29
July€ 30
August€ 54
September€ 26
October€ 33
November€ 27
December€ 30
ItemPercent
January
February
March
April€ 76
May€ 76
June€ 76
July€ 76
August€ 100
September€ 75
October
November
December
ItemPercent
January€ 31
February€ 29
March€ 29
April€ 48
May€ 49
June€ 51
July€ 61
August€ 84
September€ 43
October€ 38
November€ 33
December€ 36
ItemPercent
January€ 13
February€ 12
March€ 12
April€ 25
May€ 24
June€ 25
July€ 27
August€ 41
September€ 21
October€ 22
November€ 16
December€ 18
ItemPercent
January
February
March
April€ 76
May€ 76
June€ 76
July€ 76
August€ 96
September€ 74
October
November
December
ItemPercent
ItemPercent
*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
faq
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 Malta fo find you the best price and that's a promise...

from
€21
per day
ItemPercent
Jan€ 12
Feb€ 12
Mar€ 9
Apr€ 18
May€ 20
Jun€ 21
Jul€ 34
Aug€ 47
Sep€ 29
Oct€ 24
Nov€ 15
Dec€ 12
from
€16
per day
ItemPercent
Jan€ 10
Feb€ 8
Mar€ 7
Apr€ 18
May€ 20
Jun€ 13
Jul€ 25
Aug€ 34
Sep€ 18
Oct€ 14
Nov€ 8
Dec€ 12
from
€16
per day
ItemPercent
Jan€ 10
Feb€ 8
Mar€ 7
Apr€ 18
May€ 20
Jun€ 13
Jul€ 25
Aug€ 34
Sep€ 18
Oct€ 14
Nov€ 8
Dec€ 12
from
€0
per day
ItemPercent