• 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


Current Rental Rates at Manila Airport Terminal 1

Toyota Vios

5 Adults, 5 Doors

From 61.07 EUR/day
Toyota Vios

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

  2 |
  Manual |
  Yes

Toyota Vios

5 Adults, 5 Doors

From 70.11 EUR/day
Toyota Vios

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

  2 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 81.42 EUR/day
Toyota Innova

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

  1 |
  Manual |
  Yes

Nissan Almera

5 Adults, 3 Doors

From 82.09 EUR/day
Nissan Almera

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

  4 |
  Automatic |
  Yes

Toyota Vios

5 Adults, 3 Doors

From 82.09 EUR/day
Toyota Vios

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

  2 |
  Automatic |
  Yes

Toyota Vios

5 Adults, 3 Doors

From 82.09 EUR/day
Toyota Vios

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

  3 |
  Automatic |
  Yes

Nissan Almera

5 Adults, 3 Doors

From 89.94 EUR/day
Nissan Almera

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

  4 |
  Automatic |
  Yes

Toyota Vios

5 Adults, 3 Doors

From 89.94 EUR/day
Toyota Vios

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

  2 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 93.94 EUR/day
Toyota Innova

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

  1 |
  Automatic |
  Yes

Useful to know about Manila Airport Terminal 1

  • Terminal 1 is the home of many middle eastern airlines such as Oman Air, Gulf Air and Kuwait Airways
  • The terminal building is arranged over 2 floors with arrivals on the ground floor and departures on the first floor
  • If you're arriving here and renting a car, leading car rental agents such as Avis, Budget and Europcar are all located within the terminal building

Best car rental companies in Manila Airport Terminal 1

7.1
No.1: RIGHT CARS,
based on 13 reviews
91
66
71
50
75
18 min (average wait time)
5.5
No.2: EUROPCAR,
based on 19 reviews
60
50
50
40
60
16 min (average wait time)
5.0
No.3: AVIS,
based on 81 reviews
51
56
46
38
56
29 min (average wait time)

Manila Airport Terminal 1 car hire information

  • 7.2/10
    Best Rated Agent:
    Right Cars
  • € 427.49
    Average price:
    (per week)
  • € 61.07
    Best Price:
    Per Week
  • 6
    Most Popular Type:
    Intermediate
  • 5
    Most popular model:
    Toyota Vios
  • 16
    Total Cars Available
     

Average prices per day for car hire at Manila Airport Terminal 1

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€ 58
February€ 61
March€ 58
April€ 84
May€ 57
June€ 54
July€ 54
August€ 52
September€ 48
October€ 47
November€ 57
December€ 58
ItemPercent
January€ 69
February€ 71
March€ 49
April€ 102
May€ 50
June€ 41
July€ 40
August€ 40
September€ 46
October€ 49
November€ 55
December€ 53
ItemPercent
January€ 116
February€ 105
March€ 109
April€ 90
May€ 97
June€ 88
July€ 87
August€ 88
September€ 93
October€ 93
November€ 101
December€ 107
ItemPercent
January€ 70
February€ 71
March€ 67
April€ 71
May€ 68
June€ 66
July€ 65
August€ 64
September€ 65
October€ 66
November€ 73
December€ 75
ItemPercent
January€ 99
February€ 97
March€ 95
April€ 98
May€ 98
June
July
August
September€ 94
October€ 95
November€ 120
December€ 124
ItemPercent
January
February
March€ 48
April€ 57
May€ 57
June€ 56
July€ 55
August€ 56
September€ 55
October€ 55
November€ 55
December€ 55
ItemPercent
January
February
March€ 101
April€ 106
May€ 100
June€ 99
July€ 98
August€ 99
September€ 97
October€ 97
November€ 96
December€ 106
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Manila Airport Terminal 1

Page_Load: CT_ID:28440 NodeID:24875 pvCT_ID:28440 NodeID:24875 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 =24875 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=28440 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=28440 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.


Car Rental at Manila Airport Terminal 1

Serving many international routes from some of the world leading airlines, arriving into Terminal 1 can be very hectic. There are plans afoot to divert international arrivals to terminal 3, being the newest and most modern facility at the airport, the Philippines want to show off the best of what they can offer to new arrivals. Whilst terminal 1 is a very functional and operational terminal, it’s rather dated and struggles to cope with the high amount of traffic arriving here. Much like terminal 2, it is arranged over 2 levels with arrivals being on the ground floor and departures located on the upper floor. Major airlines using terminal 1 at Manila Airport include Jetstar Asia, Oman Air and Malaysia Airlines to name a few.

car hire manila airport terminal 1
 

Most Popular Rental Cars at Manila Airport Terminal 1

Car Rental Agent
Make / Model
Class
Budget
Toyota Vios
Compact
Europcar
Toyota Innova
7 Seat
Avis
Toyota Altis
Intermediate
Budget
Toyota Fortuner
4x4
Budget
Ford Everest
SUV
Avis
Toyota Avanza
Standard


Airlines Operating from Manila Airport Terminal 1

If you're flying into Manila Airport on any of the following airlines, you're likely to arrive into terminal 1;
 
  • Air China
  • Alitalia
  • Asiana Airlines
  • China Airlines
  • China Eastern Airlines
  • China Southern Airlines
  • Gulf Air
  • Hong Kong Airlines
  • JAL - Japan Airlines
  • Jetstar
  • Jetstar Asia
  • Korean Air
  • Kuwait Airways
  • Malaysia Airlines
  • Oman Air
  • Philippine Airlines
  • Royal Brunei Airlines
  • Saudia
  • Scoot
  • Thai Airways International
  • UNI Air
  • Xiamen Airlines

Car Rental Manila Airport Terminal 1

Whether you want to rent a compact or intermediate car to get you to and from the airport at the cheapest possible price, or you're after something that will accommodate up to 12 passengers, we're confident that you won't find a better deal anywhere else than here at Rhino.

We work with the Philippines leading rental agents to offer our customers access to the highest standard rental cars at the lowest possible prices. From SUV and 4x4 rentals at Manila Airport terminal 1 to people carriers and minivans, you won't find a wider range of rentals anywhere in Manila.

Other Rhino Car Hire Locations

We specialise in car rentals throughout Philippines fo find you the best price and that's a promise...

from
€50
per day
ItemPercent
Jan€ 63
Feb€ 81
Mar€ 33
Apr€ 34
May€ 44
Jun€ 45
Jul€ 48
Aug€ 47
Sep€ 46
Oct€ 60
Nov€ 60
Dec€ 44
from
€50
per day
ItemPercent
Jan€ 63
Feb€ 81
Mar€ 33
Apr€ 34
May€ 44
Jun€ 45
Jul€ 48
Aug€ 47
Sep€ 46
Oct€ 60
Nov€ 60
Dec€ 44
from
€49
per day
ItemPercent
Jan
Feb
Mar€ 48
Apr€ 48
May€ 49
Jun
Jul
Aug
Sep
Oct
Nov
Dec
from
€0
per day
ItemPercent