Denpasar Airport Car Rental Mini Guide
Most flights from outside Asia to Bali come from
Australia and Bali is often included in a two centre stay in Australia. Bali is considered a paradise on earth and for good reason. The mix of culture, beaches, forests, and a laid-back atmosphere make it perfect for any occasion. The island is large and to make the most of your time there you will need a hire car from Denpasar Airport. At Rhinocarhire, we can help you find the perfect car from an extensive range available for pre-booking online. The perfect car will also come at the perfect price for we check the latest offers and special deals for all of the companies offering car hire at Denpasar Airport, bringing you only the lowest available prices for car hire packages that meet our exacting standards.
You’ll pay one low price that will include all the insurance cover you need and have around the clock emergency assistance in the unlikely event you have a problem. If you need any help or advice during the booking process or want to find out more about how we can help you with low-cost Denpasar Airport car hire you can contact us by phone, email or facebook messenger.
Current Rental Rates in Denpasar Airport
Toyota Aygo
4 Adults, 3 Doors
From 38.13 EUR/day
7 Days rental at 266.96 EUR from 22/05/2023
Mazda 2
5 Adults, 5 Doors
From 49.80 EUR/day
7 Days rental at 348.62 EUR from 22/05/2023
Toyota Avanza
5 Adults, 4 Doors
From 49.80 EUR/day
7 Days rental at 348.62 EUR from 22/05/2023
Toyota Avanza
5 Adults, 5 Doors
From 51.51 EUR/day
7 Days rental at 360.57 EUR from 22/05/2023
Toyota Innova
7 Adults, 5 Doors
From 65.73 EUR/day
7 Days rental at 460.11 EUR from 22/05/2023
Toyota Avanza
5 Adults, 4 Doors
From 70.80 EUR/day
7 Days rental at 495.62 EUR from 22/05/2023
Toyota Innova
7 Adults, 5 Doors
From 73.13 EUR/day
7 Days rental at 511.95 EUR from 22/05/2023
Useful to know about Denpasar Airport
- Denpasar Airport is properly called Ngurah Rai International Airport
- It’s the second busiest airport in Indonesia with thirteen million passengers using it annually
- Unfortunately it also has the reputation of being Indonesia’s second most crowded airport with ensuing delays
- A new international terminal opened in November 2013, while the domestic terminal opened in September 2014 with an area of 65,800 square meters and can accommodate 25 million passengers a year until 2025.
- The airport is eight miles south of Denpasar
Popular car hire destinations in Denpasar Airport
Best car rental companies in Denpasar Airport
7.9
No.1: EAZY,
based on 95 reviews
15 min (average wait time)
6.0
No.2: AVIS,
based on 145 reviews
40 min (average wait time)
Denpasar Airport car hire information
-
€ 266.91
Average price:
(per week)
-
€ 38.13
Best Price:
Per Week
Average prices per day for car hire in Denpasar 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)
Item | Percent |
---|
January | € 43 |
---|
February | € 42 |
---|
March | € 42 |
---|
April | € 42 |
---|
May | € 50 |
---|
June | € 52 |
---|
July | € 51 |
---|
August | € 52 |
---|
September | € 48 |
---|
October | € 43 |
---|
November | € 42 |
---|
December | € 45 |
---|
Item | Percent |
---|
January | € 63 |
---|
February | € 62 |
---|
March | € 61 |
---|
April | € 62 |
---|
May | € 63 |
---|
June | € 62 |
---|
July | € 62 |
---|
August | € 62 |
---|
September | € 63 |
---|
October | € 63 |
---|
November | € 63 |
---|
December | € 64 |
---|
Item | Percent |
---|
January | € 51 |
---|
February | € 46 |
---|
March | € 50 |
---|
April | € 48 |
---|
May | € 58 |
---|
June | € 58 |
---|
July | € 57 |
---|
August | € 57 |
---|
September | € 53 |
---|
October | € 50 |
---|
November | € 49 |
---|
December | € 56 |
---|
Item | Percent |
---|
January | € 39 |
---|
February | € 30 |
---|
March | € 33 |
---|
April | € 36 |
---|
May | € 40 |
---|
June | € 42 |
---|
July | € 41 |
---|
August | € 42 |
---|
September | € 42 |
---|
October | € 39 |
---|
November | € 39 |
---|
December | € 42 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 38 |
---|
March | € 34 |
---|
April | € 53 |
---|
May | € 55 |
---|
June | € 49 |
---|
July | € 49 |
---|
August | € 50 |
---|
September | € 50 |
---|
October | € 49 |
---|
November | € 48 |
---|
December | € 52 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Denpasar Airport
Page_Load: CT_ID:50892 NodeID:20667 pvCT_ID:50892 NodeID:20667 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 =20667 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=50892 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=50892 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.