• 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

Kuantan Airport Car Rental Mini Guide

Kuantan is one of the lesser-known parts of Malaysia and that is part of its attraction. It has plenty to see but because the tourism infrastructure is not that well developed, a hire car is essential if you are to make the most of your stay. Whilst there are some beautiful resorts to stay at, there are few excursions on offer so instead, grab a guidebook, pre-book great value car hire to collect from Kuantan Airport and do it yourself!

Kuantan Airport is small and takes flights from the capital Kuala Lumpur and Taipei as well as Singapore and Penang. You can fly to KL and Singapore on many airlines from the UK. Once you have landed at the airport head to the car rental desks outside the terminal to fill in the final paperwork.

Current Rental Rates at Kuantan Airport

Proton Saga

5 Adults, 3 Doors

From 37.88 EUR/day
Proton Saga

7 Days rental at 265.18 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Proton Persona

5 Adults, 5 Doors

From 43.92 EUR/day
Proton Persona

7 Days rental at 307.50 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Honda Civic

5 Adults, 4 Doors

From 80.20 EUR/day
Honda Civic

7 Days rental at 561.40 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Useful to know about Kuantan Airport

  • Kuantan Airport is properly called Sultan Haji Ahmad Shah Airport and serves the city of Kuantan in Malaysia
  • The airport is also a base for the Royal Malaysian Air Force
  • Despite having a capacity of a million passengers a year, the airport barely handles a quarter of that number
  • It’s the only international airport on the Malaysian east coast although the only international flights are to Taiwan

 

Popular car hire destinations in Kuantan Airport

  • Malaysia Car Hire - see here for full list of locations.

Best car rental companies in Kuantan Airport

9.1
No.1: MERGE CAR RENTAL,
based on 26 reviews
90
90
80
90
90
57 min (average wait time)
8.7
No.3: GREEN MATRIX,
based on 917 reviews
82
87
85
90
89
17 min (average wait time)
8.7
No.2: GREEN MATRIX,
based on 917 reviews
83
87
84
90
89
17 min (average wait time)

Kuantan Airport car hire information

  • 9.2/10
    Best Rated Agent:
    Merge Car Rental
  • € 265.16
    Average price:
    (per week)
  • € 37.88
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Proton Persona
  • 3
    Total Cars Available
     

Average prices per day for car hire at Kuantan 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€ 49
February€ 53
March€ 48
April€ 43
May€ 42
June€ 45
July€ 45
August€ 46
September€ 45
October€ 44
November€ 45
December€ 42
ItemPercent
January€ 36
February€ 38
March€ 36
April€ 35
May€ 34
June€ 36
July€ 35
August€ 35
September€ 35
October€ 35
November€ 36
December€ 35
ItemPercent
January€ 80
February€ 83
March€ 83
April€ 64
May€ 68
June€ 70
July€ 66
August€ 75
September€ 67
October€ 65
November€ 68
December€ 69
ItemPercent
January€ 67
February€ 65
March€ 57
April€ 58
May€ 55
June€ 55
July€ 61
August€ 46
September€ 42
October€ 42
November€ 43
December€ 94
ItemPercent
January€ 30
February€ 29
March€ 30
April€ 30
May€ 30
June€ 28
July€ 27
August€ 28
September€ 27
October€ 26
November€ 28
December€ 28
ItemPercent
January€ 67
February
March
April
May
June
July
August
September
October
November
December
ItemPercent
January€ 94
February€ 97
March
April
May
June
July
August
September
October
November
December
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Kuantan Airport

Page_Load: CT_ID:151044 NodeID:20967 pvCT_ID:151044 NodeID:20967 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 =20967 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=151044 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=151044 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 Malaysia fo find you the best price and that's a promise...

from
€30
per day
ItemPercent
Jan€ 31
Feb€ 29
Mar€ 29
Apr€ 32
May€ 30
Jun€ 22
Jul€ 28
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 32
Dec€ 32
from
€35
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 33
Apr€ 37
May
Jun€ 28
Jul€ 37
Aug€ 35
Sep
Oct
Nov
Dec
from
€30
per day
ItemPercent
Jan€ 31
Feb€ 29
Mar€ 29
Apr€ 32
May€ 30
Jun€ 22
Jul€ 28
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 32
Dec€ 32
from
€26
per day
ItemPercent
Jan
Feb
Mar€ 27
Apr€ 29
May€ 27
Jun€ 23
Jul€ 23
Aug€ 26
Sep€ 26
Oct€ 27
Nov€ 27
Dec€ 26