• 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

Medina Airport Car Rental Mini Guide

There are car hire desks in the arrival hall, and it is advisable to pre-book a car and take all your car hire booking confirmation with you. It is the second holiest city of Islam after Mecca; only strict Muslims can enter most of the city around the Prophet’s Mosque. Non-Muslims are restricted to the outskirts of the city and the airport. The easiest route from the UK goes to Istanbul with easyJet followed by a Turkish Airlines flight to Medina.

The most popular car rental agents at Medina Airport:
  • Budget (Tel: +966 9200 04124)
  • Avis (Tel: +966 9200 28281)
  • Hanco Rent a Car (Tel: +966 14 813 9759)
  • Key Rent a Car (Tel: +966 9200 05211)
  • Best Rent a Car (Tel: +966 14 861 1844)

Current Rental Rates in Madinah Airport

Toyota Yaris

5 Adults, 5 Doors

From 29.49 EUR/day
Toyota Yaris

7 Days rental at 206.46 EUR from 20/04/2020

  2 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 3 Doors

From 32.17 EUR/day
Hyundai Accent

7 Days rental at 225.23 EUR from 20/04/2020

  2 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 5 Doors

From 36.19 EUR/day
Toyota Corolla

7 Days rental at 253.39 EUR from 20/04/2020

  3 |
  Automatic |
  Yes

Toyota Camry

5 Adults, 4 Doors

From 52.73 EUR/day
Toyota Camry

7 Days rental at 369.12 EUR from 20/04/2020

  5 |
  Automatic |
  Yes

Useful to know about Madinah Airport

  • The airport is called Prince Mohammed Bin Abdulaziz Airport or Prince Mohammed for short.
  • It was built in 1974 to service the travel needs of pilgrims to Medina.
  • With  2.1m passengers last year, it’s the fourth busiest airport in Saudi Arabia.
  • It’s busiest times are during hajj.
  • Although it’s an international airport, almost all flights are domestic until hajj when flights from other Muslem countries arrive here.

 

Popular car hire destinations in Madinah Airport

Best car rental companies in Madinah Airport

6.6
No.1: BUDGET,
based on 23 reviews
61
70
62
62
71
28 min (average wait time)

Madinah Airport car hire information

  • 6.6/10
    Best Rated Agent:
    BUDGET EMEA FRANCHISE
  • € 206.43
    Average price:
    (per week)
  • € 29.49
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Toyota Camry
  • 4
    Total Cars Available
     

Average prices per day in Madinah Airport

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
April€ 36
ItemPercent
April€ 31
ItemPercent
April€ 53
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:187241 NodeID:11030 pvCT_ID:187241 NodeID:11030 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 =11030 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=187241 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=187241 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 Saudi Arabia fo find you the best price and that's a promise...

from
€34
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar€ 31
Apr€ 43
May€ 62
Jun€ 25
Jul€ 31
Aug€ 31
Sep€ 31
Oct€ 31
Nov€ 31
Dec€ 31
from
€34
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar€ 31
Apr€ 43
May€ 62
Jun€ 25
Jul€ 31
Aug€ 31
Sep€ 31
Oct€ 31
Nov€ 31
Dec€ 31
from
€27
per day
ItemPercent
Jan
Feb€ 31
Mar€ 26
Apr€ 25
May€ 26
Jun
Jul
Aug
Sep
Oct
Nov
Dec
from
€27
per day
ItemPercent
Jan€ 31
Feb€ 30
Mar€ 25
Apr€ 24
May€ 25
Jun€ 25
Jul€ 29
Aug€ 23
Sep€ 24
Oct€ 30
Nov€ 31
Dec€ 23