• 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

Karawang Airport Car Rental Mini Guide

Pre-book your Karawang Airport hire car and you’ll be guaranteed a top quality, latest model car of your choice at a price you’ll want to pay as we check all the latest deals and special offers available on car hire at Karawang Airport to make sure we present you with the best quality option at the lowest price.

With an inclusive package of insurance as well as complementary emergency cover, you won’t find better value car hire at Karawang Airport and if there are any extras you think might make your experience even better, just check out the available options and add them when you book.

Current Rental Rates at Karawang 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 Karawang Airport

  • Originally intended to open in 2020, the project has been delayed and is now scheduled to commence in 2028
  • The airport will take some of the capacity from the nearby capital city; Jakarta’s international airport at Soekarno-Hatta
  • Expected to handle 60m passengers a year, the airport will form part of an intercontinental ‘superhub’ in Indonesia
  • Passenger numbers in the region are growing at over 15% a year meaning that even Karawang’s capacity may be overwhelmed before it reaches its capacity.
  • Soekarno-Hatta Airport handles three times more passengers than its capacity and it’s not unexpected that you’ll have long delays there for car hire. You can avoid all that when Karawang International Airport opens nearby with capacity for over 60m passengers when fully operational. 

 

Popular car hire destinations in Karawang Airport

Best car rental companies in Karawang Airport

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

Karawang 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 Karawang 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 Karawang Airport

Page_Load: CT_ID:48744 NodeID:21763 pvCT_ID:48744 NodeID:21763 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 =21763 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€ 66
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€ 66
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