Wuhan Car Rental Mini Guide
Wuhan Tianhe International Airport is 25km north of the central district and is a convenient location from which to collect a hire car. If you are not collecting your rental car from Wuhan Airport you can also collect from the main rail stations in the city. Rail travel is popular for domestic travel across the country and is why the main car hire companies all have rental offices at the stations.
We do advise prebooking your rental car online to receive the vehicle you require at the absolute best price and if you are hiring a car in
China for the first time, we recommend reading our
Drive Smart China guide to ensure you know the rules of the road and can drive safely in and around Wuhan.
Current Rental Rates in Wuhan
Volkswagen Lavida
5 Adults, 5 Doors
From 29.75 EUR/day
7 Days rental at 208.31 EUR from 22/08/2022
Nissan Sylphy
5 Adults, 4 Doors
From 32.62 EUR/day
7 Days rental at 228.37 EUR from 22/08/2022
Hyundai iX35
5 Adults, 5 Doors
From 41.41 EUR/day
7 Days rental at 289.91 EUR from 22/08/2022
Volkswagen Passat
5 Adults, 4 Doors
From 46.38 EUR/day
7 Days rental at 324.69 EUR from 22/08/2022
Maxus G10
7 Adults, 5 Doors
From 85.56 EUR/day
7 Days rental at 598.94 EUR from 22/08/2022
BMW 3 Series
5 Adults, 4 Doors
From 89.38 EUR/day
7 Days rental at 625.70 EUR from 22/08/2022
Useful to know about Wuhan
- Jade sculptures and silk flowers are among the most popular souvenirs in Wuhan
- The Wuchan district is surrounded by 223 walls
- It became a major military based in 1938 when it was captured by the Japanese army
- Has a population of nearly 10 million
- You can stay in Wuhan for up to 6 days on an international transit from the airport without a visa
Popular car hire destinations in Wuhan
Best car rental companies in Wuhan
5.2
No.1: EHI,
based on 14 reviews
37 min (average wait time)
Wuhan car hire information
-
€ 208.25
Average price:
(per week)
-
€ 29.75
Best Price:
Per Week
Average prices per day for car hire in Wuhan
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 | |
---|
February | |
---|
March | |
---|
April | |
---|
May | € 26 |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 80 |
---|
March | € 64 |
---|
April | € 62 |
---|
May | € 59 |
---|
June | € 58 |
---|
July | € 67 |
---|
August | € 69 |
---|
September | € 46 |
---|
October | € 45 |
---|
November | € 76 |
---|
December | € 51 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 50 |
---|
March | € 50 |
---|
April | € 53 |
---|
May | € 49 |
---|
June | € 55 |
---|
July | € 60 |
---|
August | € 47 |
---|
September | € 31 |
---|
October | € 33 |
---|
November | € 52 |
---|
December | € 53 |
---|
Item | Percent |
---|
January | € 47 |
---|
February | € 45 |
---|
March | € 47 |
---|
April | € 53 |
---|
May | € 44 |
---|
June | € 49 |
---|
July | € 37 |
---|
August | € 43 |
---|
September | |
---|
October | € 32 |
---|
November | € 47 |
---|
December | € 46 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 50 |
---|
March | € 50 |
---|
April | € 53 |
---|
May | € 49 |
---|
June | € 55 |
---|
July | € 60 |
---|
August | € 47 |
---|
September | € 31 |
---|
October | € 33 |
---|
November | € 52 |
---|
December | € 53 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Wuhan
Page_Load: CT_ID:176149 NodeID:27227 pvCT_ID:176149 NodeID:27227 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 =27227 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=176149 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=176149 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.