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

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 3

  • Has potential capacity of 13 million passengers every year
  • Will soon be the home to all international arrivals to relieve pressure from terminal 1
  • Has a 1,200 lot car parking garage and an additional 2,400 space multi-storey car park where you can collect your rental car
  • If you are flying into Manila Airport terminal 3 and renting a car, you'll find a wide choice of cars and rental agents from SUV, 4x4's and minivans from leading rental agents such as Avis, Budget and Europcar.

Best car rental companies in Manila Airport Terminal 3

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 3 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 3

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€ 49
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€ 99
May€ 100
June€ 93
July€ 91
August€ 92
September€ 97
October€ 97
November€ 106
December€ 114
ItemPercent
January€ 75
February€ 71
March€ 67
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 3

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


Most popular car rental agents at Terminal 3:

  • Hertz (Tel: +632 8892 0274)
  • Budget (Tel: +632 8816 0181)
  • Avis (Tel: +632 8879 6245)
  • Europcar (Tel: +632 8666 5120)
  • National (Tel: +632 8532 2110)
  • Thrifty (Tel: +632 892 0274)

Car Rental at Manila Airport Terminal 3

The newest terminal at Manila NAIA International Airport, if you’re flying into Manila on an international service, it’s likely that you’ll arrive into terminal 3. A 220 meter footbridge was built in 2017 connecting terminal 3 to Newport City. Whilst terminal 1 and 2 also serve international flights, it is anticipated that Manila Airport’s terminal 3 will host all international services as have the capacity to do so being the largest of all 4 of Manila Airport’s terminals. With 24 gates, 140 check in desks, Terminal 3 at Manila Airport has the capacity to handle 13 million international passengers every year, over 30% of the total airport capacity.

car hire manila airport terminal 3

Manila Airport Terminal 3 is set of 4 levels for the main passenger building with a direct link to an extensive parking facility. The ground level serves arrivals and is where you’ll find all the car rental agents at Manila Airport terminal 3, conveniently located a short walk from passport control and baggage reclaim with direct access to the car rental parking lots situated adjacent to the main car parking area.

Most Popular Rental Cars at Manila Airport Terminal 3

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 3

If you're flying into Terminal 1 at Manila Airport on any of the following airlines, you're likely to arrive into terminal 1;
 
  • Cebu Pacific
  • Philippine Airlines
  • PAL Express
  • Etihad Airways
  • Philippines AirAsia
  • Cathay Pacific
  • Cathay Dragon
  • All Nippon Airways
  • Singapore Airlines
  • Air New Zealand
  • Air Canada
  • Qatar Airways
  • Emirates
  • AirAsia
  • United Airlines
  • Air France
  • Qantas
  • Delta Air Lines
  • KLM Royal Dutch Airlines
  • Turkish Airlines

Car Rental Manila Airport Terminal 3

The first floor houses the departure lounges and ticket desks, where the second floor is where you’ll find the boarding gates for all outbound flights. Food halls, shops and cafés are found on the 3rd floor as well as mezzanine access to 118-120 and 131-134. Manila Airport terminal 3 has a parking garage infront of the terminal with direct that can accommodate up to 1,200 cars with an additional multi-storey car park with an additional capacity of 2,500 spaces.

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
€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
€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