• 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

Taif Airport Car Rental Mini Guide

Taif Airport is located not far from the important religious city of Mecca and further to Jeddah hence it is a very popular location for booking and collecting hire cars. . The airport has one terminal and serves the main national carrier Saudi Arabian Airlines. The carrier operates flights domestically to places such as Riyadh. There are international carriers such as China United Airlines that also operate to the airport.

Taif is a small city, the summer home to the Saudi government. If you have hired a car and drive through the countryside, you will be amazed at how green the area is. Because of the climate, the area is renowned for its roses which are turned into oil for use in expensive perfumes.

Current Rental Rates at Taif Airport

Toyota Yaris

5 Adults, 5 Doors

From 34.08 EUR/day
Toyota Yaris

7 Days rental at 238.61 EUR from 20/02/2023

  2 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 3 Doors

From 35.03 EUR/day
Hyundai Accent

7 Days rental at 245.24 EUR from 20/02/2023

  2 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 5 Doors

From 40.26 EUR/day
Toyota Corolla

7 Days rental at 281.84 EUR from 20/02/2023

  3 |
  Automatic |
  Yes

Toyota Camry

5 Adults, 4 Doors

From 58.91 EUR/day
Toyota Camry

7 Days rental at 412.42 EUR from 20/02/2023

  5 |
  Automatic |
  Yes

Useful to know about Taif Airport

  • Ta’if is a small regional airport.
  • The airport’s first commercial flight left the airport in 1972.
  • The only international flights there are from Cairo and Alexandria.
  • The airport is operated by Saudi Arabia’s military.
  • Over 100,000 passengers flew through Ta’if Airport last year.

 

Popular car hire destinations in Taif Airport

Best car rental companies in Taif Airport

7.4
No.1: BUDGET,
based on 23 reviews
71
73
71
76
76
23 min (average wait time)

Taif Airport car hire information

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

Average prices per day for car hire at Taif 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
January€ 39
February€ 38
March€ 37
April€ 36
May€ 37
June€ 37
July€ 36
August€ 36
September€ 38
October€ 37
November€ 37
December€ 38
ItemPercent
January€ 33
February€ 32
March€ 31
April€ 31
May€ 31
June€ 31
July€ 31
August€ 31
September€ 33
October€ 32
November€ 32
December€ 32
ItemPercent
January€ 56
February€ 55
March€ 53
April€ 53
May€ 54
June€ 54
July€ 52
August€ 52
September€ 56
October€ 54
November€ 54
December€ 55
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Taif Airport

Page_Load: CT_ID:187485 NodeID:11033 pvCT_ID:187485 NodeID:11033 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 =11033 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=187485 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=187485 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
€30
per day
ItemPercent
Jan€ 40
Feb€ 34
Mar€ 31
Apr€ 30
May€ 32
Jun€ 25
Jul€ 24
Aug€ 24
Sep€ 27
Oct€ 25
Nov€ 26
Dec€ 42
from
€31
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 26
Apr€ 23
May€ 27
Jun€ 27
Jul€ 26
Aug€ 25
Sep€ 25
Oct€ 35
Nov€ 41
Dec€ 42
from
€30
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 26
Apr€ 23
May€ 25
Jun€ 27
Jul€ 26
Aug€ 25
Sep€ 25
Oct€ 35
Nov€ 41
Dec€ 42
from
€30
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 26
Apr€ 23
May€ 25
Jun€ 27
Jul€ 26
Aug€ 25
Sep€ 25
Oct€ 35
Nov€ 41
Dec€ 42