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

Toyota Vios

5 Adults, 5 Doors

From 47.45 EUR/day
Toyota Vios

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

  2 |
  Manual |
  Yes

Toyota Vios

5 Adults, 5 Doors

From 58.75 EUR/day
Toyota Vios

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

  2 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 72.31 EUR/day
Toyota Innova

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

  1 |
  Manual |
  Yes

Useful to know about Manila Airport Terminal 2

  • International and domestic routes operated by Philippine Airlines operate from terminal 2
  • Is connected to all terminals via a 24 hour shuttle service
  • The terminal building has 6 levels and 2 primary wings, one for domestic and one for international services
  • If you’re flying here and renting a car from Manila Airport terminal 2 you can choose between leading international rental agents such as Avis, Hertz, Thrifty and Sixt who provide a class leading service and high standard of rental car.

Best car rental companies in Manila Airport Terminal 2

7.1
No.1: RIGHT CARS,
based on 13 reviews
91
66
71
50
75
18 min (average wait time)
5.6
No.2: EUROPCAR,
based on 20 reviews
66
54
53
50
61
9 min (average wait time)

Manila Airport Terminal 2 car hire information

  • 7.2/10
    Best Rated Agent:
    Right Cars
  • € 332.15
    Average price:
    (per week)
  • € 47.45
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Toyota Vios
  • 3
    Total Cars Available
     

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

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€ 64
February€ 60
March€ 57
April€ 88
May€ 57
June€ 51
July€ 50
August€ 50
September€ 49
October€ 49
November€ 59
December€ 61
ItemPercent
January€ 69
February€ 71
March€ 59
April€ 102
May€ 50
June€ 43
July€ 42
August€ 40
September€ 46
October€ 49
November€ 55
December€ 53
ItemPercent
January€ 116
February€ 105
March€ 109
April€ 93
May€ 97
June€ 88
July€ 87
August€ 88
September€ 93
October€ 93
November€ 101
December€ 107
ItemPercent
January€ 75
February€ 71
March€ 69
April€ 97
May€ 69
June€ 65
July€ 64
August€ 64
September€ 66
October€ 67
November€ 75
December€ 78
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€ 60
May€ 57
June€ 56
July€ 55
August€ 56
September€ 55
October€ 55
November€ 55
December€ 55
ItemPercent
January
February
March€ 101
April€ 107
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 2

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


Car Rental at Manila Airport Terminal 2

If you’re flying into Manila Airport with the Philippines national carrier, Philippine Airlines then you’ll arrive into Terminal 2. Many other major airlines also arrive here and it accounts for the lots of international arrivals into the Philippines. With over 45 million passenger movements every year, it’s a very busy airport and terminal 2 see’s more traffic than any other. Whilst there is a free shuttle services that operates a 24/7 service every 15 minutes, it can be unreliable and it’s best to book your car rental at Manila Airport terminal 2 direct to save having to hop between terminals.

car hire manila airport terminal 2

Most Popular Rental Cars at Manila Airport Terminal 2

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 2

If you're flying into Terminal 2 at Manila Airport on any of the following airlines, you're likely to arrive into terminal 2;
 
Airlines
Services from;
Philippine Airlines
London Heathrow, Los Angeles, 
Etihad Airways
Dubai, Abu Dhabi
PAL Express
Manila, Cebu
All Nippon Airways
Tokyo, Osaka, Sapporo
Malaysia Airlines
Kuala Lumpur
Turkish Airlines
Bangkok Airways
Bangkok
China Airlines
Beijing, Shanghai
Garuda Indonesia

Manila Airport Terminal 2 is also known as Centennial Terminal in commemoration of the centenary of the declaration of independence for the Philippines. Set over 6 floors, it’s an impressive building navigatable from the central building called the Rotunda. Shaped like a V, the terminal have a north and south wing with the north wing operating international flights and the south wing serving domestic routes. The wings have 2 levels with gates for arrivals on the ground floor and departures on the first floor. When arriving into Manila airport terminal 2, whether the north or south wing, you’ll arrive on the ground floor and follow signs for immigration and baggage reclaim. Once through security and you’ve collected your luggage, follow signs for bus, taxi and car rentals services from the central Rotunda where you’ll be welcomed by any of the leading car rental agents. If you’ve pre-booked your rental car at Manila Airport Terminal 2 with Rhino, your rental voucher will state the rental agent, simply head to the relevant desk where after completing the required paperwork, you’ll be handed the keys and directed to the car rental lot where your rental car will be ready and waiting.

Other Rhino Car Hire Locations

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

from
€57
per day
ItemPercent
Jan€ 63
Feb€ 81
Mar€ 79
Apr€ 50
May€ 61
Jun€ 45
Jul€ 48
Aug€ 47
Sep€ 46
Oct€ 60
Nov€ 60
Dec€ 44
from
€44
per day
ItemPercent
Jan€ 43
Feb€ 45
Mar€ 43
Apr€ 44
May€ 42
Jun€ 44
Jul€ 45
Aug€ 46
Sep€ 44
Oct€ 45
Nov€ 45
Dec€ 44
from
€57
per day
ItemPercent
Jan€ 63
Feb€ 81
Mar€ 79
Apr€ 50
May€ 61
Jun€ 45
Jul€ 48
Aug€ 47
Sep€ 46
Oct€ 60
Nov€ 60
Dec€ 44
from
€0
per day
ItemPercent