• 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

Jakarta Airport Car Rental Mini Guide

The airport is located around 20km west of the city of Jakarta, an ideal way to get around is to hire a car and there are many car hire companies renting cars to be picked up at the airport.

Jakarta is the largest city and the capital of Indonesia, situated on the island of Java which is also the largest of more than 17,000 islands which make up the country. The islands are in the Java Sea which lies between Malaysia and the northern coast of Australia.

Soekarno Hatta International Airport its alternative name is the world's 35th busiest and a popular stopover point en route from the UK and Europe to Australia and New Zealand.
 
Click here for more info on where else in Indonesia you can pick-up or return your rental car. 

Current Rental Rates at Jakarta Airport

Toyota Avanza

5 Adults, 5 Doors

From 49.30 EUR/day
Toyota Avanza

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

  2 |
  Manual |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 62.90 EUR/day
Toyota Innova

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

  4 |
  Manual |
  Yes

Toyota Avanza

5 Adults, 4 Doors

From 72.76 EUR/day
Toyota Avanza

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

  5 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 90.48 EUR/day
Toyota Innova

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

  1 |
  Automatic |
  Yes

Useful to know about Jakarta Airport

  • The airport’s full name is Soekarno-Hatta or Ceng Kareng Airport.
  • It’s only twelve miles from the central business district.
  • The airport received its first flight in 1985.
  • It was voted the world’s second most punctual airport in 2009.
  • Over 44 million passengers use the airport each year.

 

Popular car hire destinations in Jakarta Airport

Best car rental companies in Jakarta Airport

6.0
No.1: AVIS,
based on 145 reviews
73
58
50
55
61
40 min (average wait time)

Jakarta Airport car hire information

  • 6.0/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 345.10
    Average price:
    (per week)
  • € 49.30
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Intermediate
  • 2
    Most popular model:
    Toyota Innova
  • 4
    Total Cars Available
     

Average prices per day for car hire at Jakarta 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€ 63
February€ 62
March€ 61
April€ 62
May€ 63
June€ 63
July€ 62
August€ 62
September€ 63
October€ 63
November€ 63
December€ 64
ItemPercent
January€ 75
February
March
April€ 91
May€ 88
June€ 76
July€ 75
August€ 69
September€ 78
October€ 80
November€ 79
December€ 81
ItemPercent
January€ 57
February
March
April€ 73
May€ 71
June€ 58
July€ 58
August€ 51
September€ 59
October€ 61
November€ 61
December€ 62
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Jakarta Airport

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

from
€67
per day
ItemPercent
Jan€ 68
Feb€ 66
Mar€ 65
Apr€ 65
May€ 64
Jun€ 64
Jul€ 65
Aug€ 67
Sep€ 68
Oct€ 69
Nov€ 70
Dec€ 72
from
€40
per day
ItemPercent
Jan€ 39
Feb€ 32
Mar€ 38
Apr€ 46
May€ 38
Jun€ 40
Jul€ 40
Aug€ 41
Sep€ 43
Oct€ 36
Nov€ 37
Dec€ 45
from
€67
per day
ItemPercent
Jan€ 68
Feb€ 66
Mar€ 65
Apr€ 65
May€ 64
Jun€ 64
Jul€ 65
Aug€ 67
Sep€ 68
Oct€ 69
Nov€ 70
Dec€ 72
from
€40
per day
ItemPercent
Jan€ 39
Feb€ 32
Mar€ 38
Apr€ 46
May€ 38
Jun€ 40
Jul€ 40
Aug€ 41
Sep€ 43
Oct€ 36
Nov€ 37
Dec€ 45