• 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 Tokyo

The capital of Japan and the centre of Greater Tokyo Area, Tokyo is a hub for transport throughout Japan and has excellent air, rail and highway networks. The main airport in Haneda Airport and Tokyo is further served by Narita and Chiba Airports. Car hire from Tokyo Airport is readily available and offers excellent value for money for those where the superb public transport network will not suffice.
 
Hire a car in Tokyo with Rhino to be sure of getting the best deal. We work with all leading Tokyo car rental suppliers to ensure that we match our customer's needs with the most competitive rate on car hire in Tokyo. Whether renting a car from Tokyo Airport or picking it up from one of our downtown locations, you will not find cheaper car rental in Tokyo!

This high tech country will not disappoint you, neither will the extensive range of rental cars in Tokyo. From hybrid car rental in Tokyo for the environmentally conscious or economy car hire in Tokyo for those on a tight budget, Rhino have the car for you at the right price.
 

Current Rental Rates in Tokyo

Mazda 2

5 Adults, 3 Doors

From 52.40 EUR/day
Mazda 2

7 Days rental at 366.82 EUR from 18/01/2021

  2 |
  Automatic |
  Yes

Nissan Note

5 Adults, 3 Doors

From 63.00 EUR/day
Nissan Note

7 Days rental at 441.03 EUR from 18/01/2021

  3 |
  Automatic |
  Yes

Mazda 5 Stationwagon

5 Adults, 5 Doors

From 89.20 EUR/day
Mazda 5 Stationwagon

7 Days rental at 624.44 EUR from 18/01/2021

  5 |
  Automatic |
  Yes

Mazda 3

5 Adults, 5 Doors

From 89.20 EUR/day
Mazda 3

7 Days rental at 624.44 EUR from 18/01/2021

  3 |
  Automatic |
  Yes

Mazda Biante

8 Adults, 5 Doors

From 133.80 EUR/day
Mazda Biante

7 Days rental at 936.66 EUR from 18/01/2021

  4 |
  Automatic |
  Yes

Useful to know about Tokyo

  • Originally named Edo, Tokyo was once a small fishing village.
  • It has a number of islands extending as far as 1850km from the centre of Tokyo.
  • It is near the junction of three tectonic plates making earthquakes frequent although rarely are they powerful.
  • The Tokyo Stock Exchange is the third largest in the world.
  • If you are renting a car in Tokyo you can select from any of Japan's class leading rental agents based here, such as Budget, Europcar, Nippon and Toyota.

 

Popular car hire destinations in Tokyo

Best car rental companies in Tokyo

8.0
No.1: EUROPCAR,
based on 254 reviews
73
88
78
81
78
18 min (average wait time)
7.8
No.2: TIMES,
based on 141 reviews
81
77
76
72
83
16 min (average wait time)

Tokyo car hire information

  • 8.0/10
    Best Rated Agent:
    EUROPCAR Franchise
  • € 366.80
    Average price:
    (per week)
  • € 52.40
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Mazda 3
  • 5
    Total Cars Available
     

Average prices per day for car hire in Tokyo

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
April€ 75
June€ 82
July€ 78
August€ 79
September€ 77
October€ 75
November€ 75
December€ 76
ItemPercent
January€ 52
April€ 57
June€ 56
July€ 54
August€ 54
September€ 53
October€ 52
November€ 52
December€ 53
ItemPercent
January
April€ 115
June
July
August
September
October
November
December
ItemPercent
January
April€ 67
June
July
August
September
October
November
December
ItemPercent
January€ 89
April€ 95
June€ 96
July€ 91
August€ 92
September€ 90
October€ 88
November€ 88
December€ 90
ItemPercent
January
April€ 98
June
July
August
September
October
November
December
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Tokyo

Page_Load: CT_ID:33616 NodeID:19870 pvCT_ID:33616 NodeID:19870 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 =19870 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=33616 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=33616 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
faq
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
€49
per day
ItemPercent
Jan€ 45
Feb€ 46
Mar€ 48
Apr€ 51
May€ 52
Jun€ 49
Jul€ 56
Aug€ 48
Sep€ 47
Oct€ 49
Nov€ 46
Dec€ 46
from
€48
per day
ItemPercent
Jan€ 45
Feb€ 46
Mar€ 49
Apr€ 51
May€ 52
Jun€ 49
Jul€ 49
Aug€ 48
Sep€ 47
Oct€ 49
Nov€ 46
Dec€ 46
from
€48
per day
ItemPercent
Jan€ 47
Feb€ 48
Mar€ 48
Apr€ 47
May€ 48
Jun€ 45
Jul€ 56
Aug€ 48
Sep€ 48
Oct€ 50
Nov€ 48
Dec€ 47
from
€48
per day
ItemPercent
Jan€ 47
Feb€ 48
Mar€ 48
Apr€ 47
May€ 48
Jun€ 45
Jul€ 56
Aug€ 48
Sep€ 48
Oct€ 50
Nov€ 48
Dec€ 47