• 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

Mini Guide for Nagoya Airport (Chubu International)

Not known as a tourist destination, Nagoya is Japan’s fourth biggest city and home to much of its industrial strength. There is a good chance you will land at Chubu Centrair International Airport for a business meeting and knowing that you will be keen to impress your trading partners, we offer the best in Chubu Centrair International Airport car hire but at prices that will help your profit margins.

We work closely with the major car hire companies to bring you their latest deals in Chubu Centrair International Airport car hire so that when you search our large range of available cars you will find something you like at a price you will like even more.

Current Rental Rates in Nagoya Airport Chubu International

Mazda Demio

5 Adults, 3 Doors

From 40.22 EUR/day
Mazda Demio

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

  2 |
  Automatic |
  Yes

Mazda 3 Axela Sports

5 Adults, 5 Doors

From 48.79 EUR/day
Mazda 3 Axela Sports

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

  2 |
  Automatic |
  Yes

Nissan Serena

8 Adults, 5 Doors

From 110.76 EUR/day
Nissan Serena

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

  4 |
  Automatic |
  Yes

Useful to know about Nagoya Airport Chubu International

  • The airport is built on an artificial island in Ise Bay
  • Nine million people use the airport each year
  • Almost all flights are from Asia although there is a flight from Frankfurt in Europe and Detroit in the US
  • The airport has its own shopping centre with over sixty shops and restaurants
  • A causeway links the island with the mainland and Nagoya, the main city it serves, is 22 miles from the airport
  • If you're picking up a rental car from Nagoya Airport, you can select from any of Japan's leading rental agents based there such as Budget, Europcar, Nippon or Orix.

 

Popular car hire destinations in Nagoya Airport Chubu International

Best car rental companies in Nagoya Airport Chubu International

8.2
No.1: NISSAN,
based on 69 reviews
90
70
80
70
90
26 min (average wait time)
8.1
No.2: EUROPCAR,
based on 7 reviews
80
88
68
85
84
17 min (average wait time)
7.8
No.3: TIMES,
based on 141 reviews
81
77
76
72
83
16 min (average wait time)

Nagoya Airport Chubu International car hire information

  • 8.2/10
    Best Rated Agent:
    Nissan Rent A Car
  • € 281.54
    Average price:
    (per week)
  • € 40.22
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Mazda Demio
  • 3
    Total Cars Available
     

Average prices per day in Nagoya Airport Chubu International

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€ 76
February€ 79
March€ 79
April€ 76
May€ 76
June€ 76
July€ 83
August€ 85
September€ 69
October€ 68
November€ 71
December€ 75
ItemPercent
January€ 61
February€ 60
March€ 60
April€ 61
May€ 63
June€ 60
July€ 61
August€ 60
September€ 57
October€ 58
November€ 60
December€ 61
ItemPercent
January
February
March
April€ 115
May
June€ 132
July€ 130
August€ 130
September
October
November
December
ItemPercent
January€ 96
February€ 108
March€ 110
April€ 84
May€ 106
June€ 89
July€ 96
August€ 89
September€ 90
October€ 92
November€ 90
December€ 98
ItemPercent
January€ 50
February€ 54
March€ 50
April€ 60
May€ 56
June€ 56
July€ 63
August€ 58
September€ 55
October€ 55
November€ 54
December€ 54
ItemPercent
January€ 96
February€ 95
March€ 94
April€ 98
May€ 98
June€ 97
July€ 103
August€ 104
September€ 96
October€ 94
November€ 94
December€ 97
ItemPercent
January
February
March
April€ 101
May€ 106
June€ 108
July€ 133
August€ 134
September€ 102
October€ 100
November€ 100
December€ 104
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:154324 NodeID:10267 pvCT_ID:154324 NodeID:10267 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 =10267 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=154324 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=154324 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 Japan fo find you the best price and that's a promise...

from
€52
per day
ItemPercent
Jan€ 45
Feb€ 49
Mar€ 69
Apr€ 48
May€ 79
Jun€ 45
Jul€ 56
Aug€ 48
Sep€ 48
Oct€ 49
Nov€ 46
Dec€ 46
from
€68
per day
ItemPercent
Jan€ 66
Feb€ 66
Mar€ 69
Apr€ 71
May
Jun€ 60
Jul
Aug
Sep
Oct
Nov€ 72
Dec€ 73
from
€61
per day
ItemPercent
Jan€ 66
Feb€ 66
Mar€ 69
Apr€ 71
May€ 69
Jun€ 45
Jul
Aug
Sep€ 54
Oct€ 55
Nov€ 53
Dec€ 64
from
€47
per day
ItemPercent
Jan€ 45
Feb€ 46
Mar€ 48
Apr€ 46
May€ 46
Jun€ 49
Jul€ 49
Aug€ 48
Sep€ 47
Oct€ 49
Nov€ 46
Dec€ 46