• 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

Kota Kinabalu Car Rental Mini Guide

Car Hire is available from Kota Kinabalu which is the capital of the state of Sabah in Malaysia. It is a fantastic place to rent a car as you can drive along the northwest coast of Borneo which overlooks the China Sea, explore rainforests and mountain peaks. It is a favoured tourist destination and as such we advise you book your car rental as early as possible to secure the vehicle of your choice.

Current Rental Rates in Kota Kinabalu

Perodua Bezza

5 Adults, 3 Doors

From 30.72 EUR/day
Perodua Bezza

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

  2 |
  Automatic |
  Yes

Proton Persona

5 Adults, 3 Doors

From 35.32 EUR/day
Proton Persona

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

  3 |
  Automatic |
  Yes

Honda City

5 Adults, 4 Doors

From 39.50 EUR/day
Honda City

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

  4 |
  Automatic |
  Yes

Useful to know about Kota Kinabalu

  • Its airport is the second busiest in all of Malaysia and has the IATA code BKI
  • The airport has 2 terminals, terminal 1 being the latest terminal development with 64 check-in desks and 6 baggage carousels
  • Passenger numbers have doubled in the last decade
  • Kuala Lumpur is the busiest destination from Kota Kinabalu Airport

 

Popular car hire destinations in Kota Kinabalu

Best car rental companies in Kota Kinabalu

8.7
No.2: GREEN MATRIX,
based on 917 reviews
82
87
85
90
89
17 min (average wait time)
8.7
No.1: GREEN MATRIX,
based on 917 reviews
83
87
84
90
89
17 min (average wait time)
8.0
No.4: HAWK,
based on 604 reviews
79
83
79
78
80
15 min (average wait time)

Kota Kinabalu car hire information

  • 8.8/10
    Best Rated Agent:
    Green Matrix Car Rental
  • € 215.04
    Average price:
    (per week)
  • € 30.72
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Perodua Bezza
  • 3
    Total Cars Available
     

Average prices per day in Kota Kinabalu

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€ 41
February€ 36
March€ 36
April€ 38
May€ 34
June€ 33
July€ 34
August€ 37
September€ 33
October€ 33
November€ 36
December€ 41
ItemPercent
January€ 30
February€ 29
March€ 29
April€ 30
May€ 26
June€ 25
July€ 26
August€ 28
September€ 23
October€ 24
November€ 25
December€ 29
ItemPercent
January€ 89
February€ 100
March€ 97
April€ 116
May€ 103
June€ 103
July€ 101
August€ 101
September€ 98
October€ 96
November€ 99
December€ 101
ItemPercent
January€ 69
February€ 63
March€ 55
April€ 63
May€ 58
June€ 55
July€ 56
August€ 59
September€ 58
October€ 53
November€ 57
December€ 61
ItemPercent
January€ 36
February€ 30
March€ 31
April€ 29
May€ 22
June€ 22
July€ 23
August€ 23
September€ 22
October€ 21
November€ 21
December€ 28
ItemPercent
January€ 118
February€ 117
March€ 104
April€ 104
May€ 107
June€ 107
July€ 105
August€ 106
September€ 91
October€ 89
November€ 104
December€ 106
ItemPercent
January€ 117
February€ 124
March€ 121
April€ 120
May€ 124
June€ 124
July€ 121
August€ 122
September€ 116
October€ 113
November€ 117
December€ 120
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:151060 NodeID:27287 pvCT_ID:151060 NodeID:27287 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 =27287 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=151060 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=151060 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
€32
per day
ItemPercent
Jan€ 31
Feb€ 33
Mar€ 33
Apr€ 36
May€ 34
Jun€ 22
Jul€ 28
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 36
Dec€ 35
from
€33
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 33
Apr
May
Jun€ 28
Jul
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
€32
per day
ItemPercent
Jan€ 38
Feb€ 32
Mar€ 32
Apr€ 34
May€ 33
Jun€ 22
Jul€ 23
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 36
Dec€ 38