• 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 Car Rental Mini Guide

Jakarta, the capital and largest city of the island country of Indonesia, but all the more exciting for it. It is the tenth largest city in the world and was established in the 4th century.  Car Rental is a must if you wish to take in all the interesting and fun places to see such as The Merdeka Palace, The Fish Market, parking your rental car up and hopping on a boat to the many islands.

Current Rental Rates in Jakarta

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

  • Jakarta is the largest city and capital of Indonesia followed by Surabaya.
  • It became the capital of independent Indonesia in 1950.
  • It’s the 10th largest city in the world.
  • Jakarta was first established by the Sundans in the 4th century.
  • It was formerly called Batavia by the Dutch.

 

Popular car hire destinations in Jakarta

Best car rental companies in Jakarta

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

Jakarta 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 in Jakarta

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
Page_Load: CT_ID:48748 NodeID:9792 pvCT_ID:48748 NodeID:9792 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 =9792 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=48748 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=48748 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
€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
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