• 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

Umm Ramool Mini Guide

Umm Ramool is a residential and commercial area in the Deira district of Dubai in the UAE. It is just north of Dubai International Airport and one of the oldest industrial areas in the city. From Dubai International Airport, it is easiest to take a hire a car, as Umm Ramool is just minutes away. Umm Ramool is not going to be your main reason for visiting this area. Most tourists there have come from Umm Ramool airport and hire a car to explore the nearby old town of Deira. There are some unique sights to be discovered including the beautiful Burj Nahar watchtower, set against the stunning backdrop of lush gardens.

Current Rental Rates in Umm Ramool

Toyota Yaris

5 Adults, 5 Doors

From 50.42 EUR/day
Toyota Yaris

7 Days rental at 352.98 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 4 Doors

From 64.11 EUR/day
Toyota Corolla

7 Days rental at 448.78 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Toyota Camry

5 Adults, 4 Doors

From 66.50 EUR/day
Toyota Camry

7 Days rental at 465.54 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Honda HR-V

5 Adults, 5 Doors

From 74.37 EUR/day
Honda HR-V

7 Days rental at 520.63 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 202.67 EUR/day
Toyota Fortuner

7 Days rental at 1418.74 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Toyota Prado

5 Adults, 5 Doors

From 252.28 EUR/day
Toyota Prado

7 Days rental at 1766.01 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Toyota Land Cruiser

5 Adults, 5 Doors

From 379.22 EUR/day
Toyota Land Cruiser

7 Days rental at 2654.54 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Useful to know about Umm Ramool

  • Umm Ramool itself is a commercial and residential district.
  • The district is adjacent to Dubai International Airport making it easy to reach.
  • It’s the oldest industrial district in Dubai.
  • The main attraction is the nearby old town of Deira.
  • The district now has a station on Dubai’s Metro railway making access very easy.

Best car rental companies in Umm Ramool

7.7
No.1: HERTZ,
based on 37 reviews
80
70
70
60
80
30 min (average wait time)
6.2
No.2: SIXT,
based on 176 reviews
72
57
48
58
71
14 min (average wait time)

Umm Ramool car hire information

  • 7.8/10
    Best Rated Agent:
    Hertz AE Direct
  • € 352.94
    Average price:
    (per week)
  • € 50.42
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Fullsize
  • 1
    Most popular model:
    Toyota Camry
  • 7
    Total Cars Available
     

Average prices per day for car hire in Umm Ramool

ItemPercent
January€ 55
February€ 57
March€ 45
April€ 49
May€ 54
June€ 61
July€ 44
August€ 55
September€ 51
October€ 48
November€ 69
December
ItemPercent
January€ 56
February€ 46
March€ 84
April€ 59
May€ 82
June€ 84
July€ 74
August€ 71
September€ 47
October€ 39
November€ 48
December€ 55
ItemPercent
January€ 205
February€ 195
March€ 163
April€ 177
May€ 177
June€ 133
July€ 119
August€ 122
September€ 136
October€ 123
November€ 127
December€ 196
ItemPercent
January€ 81
February€ 86
March€ 74
April€ 80
May€ 82
June€ 74
July€ 83
August€ 89
September€ 57
October€ 62
November€ 69
December€ 71
ItemPercent
January€ 250
February€ 280
March€ 278
April€ 231
May€ 283
June€ 212
July€ 207
August€ 204
September€ 192
October€ 219
November€ 452
December€ 324
ItemPercent
January
February
March
April
May
June€ 28
July€ 27
August€ 30
September€ 33
October€ 26
November€ 23
December
ItemPercent
January€ 81
February€ 76
March€ 80
April€ 86
May€ 85
June€ 97
July€ 98
August€ 95
September€ 76
October€ 73
November€ 81
December€ 76
ItemPercent
January€ 68
February€ 58
March€ 56
April€ 56
May€ 62
June€ 55
July€ 29
August€ 37
September€ 55
October
November
December

Select category to see average car hire prices in Umm Ramool

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Umm Ramool

Page_Load: CT_ID:34044 NodeID:11942 pvCT_ID:34044 NodeID:11942 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 =11942 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=34044 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=34044 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 United Arab Emirates fo find you the best price and that's a promise...

from
€49
per day
ItemPercent
Jan€ 57
Feb€ 58
Mar€ 37
Apr€ 30
May€ 39
Jun€ 39
Jul€ 31
Aug€ 30
Sep€ 53
Oct€ 71
Nov€ 71
Dec€ 74
from
€31
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 27
Apr€ 27
May€ 30
Jun€ 27
Jul€ 26
Aug€ 25
Sep€ 25
Oct€ 35
Nov€ 41
Dec€ 42
from
€29
per day
ItemPercent
Jan€ 40
Feb€ 34
Mar€ 25
Apr€ 25
May€ 31
Jun€ 25
Jul€ 24
Aug€ 24
Sep€ 27
Oct€ 25
Nov€ 26
Dec€ 42
from
€29
per day
ItemPercent
Jan€ 43
Feb€ 34
Mar€ 26
Apr€ 27
May€ 29
Jun€ 27
Jul€ 25
Aug€ 24
Sep€ 22
Oct€ 22
Nov€ 26
Dec€ 42