• 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

Mumbai Car Rental Mini Guide

India’s biggest city and the home of Bollywood, you will find so much to do in Mumbai. So no better an option than to get a hire car organised!

Check out our wide range of Mumbai hire cars online and when you click to find the price, be prepared for a pleasant surprise for we believe we are the lowest priced car hire company in Mumbai for the standard of service we offer. Try to find another company who, for the same price, offers comprehensive insurance, collision damage waiver and 24-hour roadside assistance and you will find you are wasting your time. We work with the top car hire companies in Mumbai to bring you only the best prices and top-quality cars. On top of that we offer a useful range of optional extras to make your driving more secure and are renowned for our high standards of customer service.

Air India, BA and Virgin all fly from Heathrow Airport direct to Mumbai whilst it’s also possible to connect from several other European airports including Paris Charles de Gaulle. Once at the airport, car hire is the most relaxing way to get to your destination and the desks are easily located in arrivals.

Current Rental Rates in Mumbai Airport

Tata Indica

5 Adults, 5 Doors

From 51.83 EUR/day
Tata Indica

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

  2 |
  Manual |
  Yes

Chevrolet Optra

5 Adults, 5 Doors

From 78.17 EUR/day
Chevrolet Optra

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

  3 |
  Manual |
  Yes

Hyundai Accent

5 Adults, 3 Doors

From 83.90 EUR/day
Hyundai Accent

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

  3 |
  Manual |
  Yes

Chevrolet Trailblazer

5 Adults, 5 Doors

From 83.90 EUR/day
Chevrolet Trailblazer

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

  5 |
  Manual |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 101.08 EUR/day
Toyota Innova

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

  4 |
  Manual |
  Yes

Skoda Octavia

5 Adults, 4 Doors

From 232.79 EUR/day
Skoda Octavia

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

  4 |
  Automatic |
  Yes

Hyundai Sonata

5 Adults, 4 Doors

From 290.05 EUR/day
Hyundai Sonata

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

  5 |
  Automatic |
  Yes

Useful to know about Mumbai Airport

  • The airport’s proper name is the Chhatrapati Shivaji International Airport
  • Over 30m passengers use the airport each year making it one of the busiest in India
  • It’s one of the best airports in the world in the large airport category and was ranked third best in 2011
  • The airport is one of only a handful which are located within a city’s limits
  • Expansion of the airport has been delayed because of people constantly building slum housing in the airport grounds

 

Popular car hire destinations in Mumbai Airport

Mumbai Airport car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 362.81
    Average price:
    (per week)
  • € 51.83
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Chevrolet Trailblazer
  • 7
    Total Cars Available
     

Average prices per day in Mumbai Airport

ItemPercent
January€ 81
February€ 80
March€ 77
April€ 80
May€ 82
June€ 82
July€ 82
August€ 82
September€ 83
October€ 82
November€ 84
December€ 86
ItemPercent
January€ 56
February€ 50
March€ 49
April€ 49
May€ 56
June€ 57
July€ 56
August€ 57
September€ 56
October€ 56
November€ 56
December€ 57
ItemPercent
January€ 96
February€ 100
March€ 97
April€ 91
May€ 100
June€ 101
July€ 100
August€ 99
September€ 100
October€ 99
November€ 101
December€ 102
ItemPercent
January€ 135
February€ 231
March€ 225
April€ 158
May€ 167
June€ 168
July€ 167
August€ 155
September€ 156
October€ 155
November€ 157
December€ 159
ItemPercent
January€ 184
February
March
April€ 170
May€ 196
June€ 201
July€ 193
August€ 194
September€ 190
October€ 185
November€ 183
December€ 185
ItemPercent
January€ 47
February
March
April€ 39
May€ 50
June€ 51
July€ 49
August€ 49
September€ 48
October€ 47
November€ 47
December€ 47
ItemPercent
January€ 188
February€ 185
March€ 180
April€ 186
May€ 190
June€ 190
July€ 190
August€ 190
September€ 193
October€ 192
November€ 196
December€ 200
ItemPercent
January€ 69
February
March
April€ 45
May€ 73
June€ 75
July€ 72
August€ 72
September€ 71
October€ 69
November€ 69
December€ 69

Select category to see average car hire prices in Mumbai Airport

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:55056 NodeID:20966 pvCT_ID:55056 NodeID:20966 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 =20966 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=55056 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=55056 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 India fo find you the best price and that's a promise...

from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62