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

Toyota Vios

5 Adults, 5 Doors

From 49.22 EUR/day
Toyota Vios

7 Days rental at 344.54 EUR from 23/05/2022

  3 |
  Automatic |
  Yes

Toyota Vios

5 Adults, 5 Doors

From 49.22 EUR/day
Toyota Vios

7 Days rental at 344.54 EUR from 23/05/2022

  3 |
  Manual |
  Yes

Toyota Altis

5 Adults, 4 Doors

From 67.41 EUR/day
Toyota Altis

7 Days rental at 471.92 EUR from 23/05/2022

  4 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 78.99 EUR/day
Toyota Innova

7 Days rental at 552.98 EUR from 23/05/2022

  1 |
  Automatic |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 104.04 EUR/day
Toyota Fortuner

7 Days rental at 728.33 EUR from 23/05/2022

  5 |
  Automatic |
  Yes

Toyota Grandia

14 Adults, 4 Doors

From 120.59 EUR/day
Toyota Grandia

7 Days rental at 844.13 EUR from 23/05/2022

  14 |
  Manual |
  Yes

Hyundai Starex

12 Adults, 4 Doors

From 120.59 EUR/day
Hyundai Starex

7 Days rental at 844.13 EUR from 23/05/2022

  4 |
  Manual |
  Yes

Useful to know about Manila Airport Terminal 4

  • Only serves regional and domestic routes
  • Local car rental agent Viajero are very popular here and offer very competitive rates
  • Is the oldest and simplest terminal at Manila Airport, arranged over a single storey
  • Has only 26 check in desks to serve all departures

Best car rental companies in Manila Airport Terminal 4

7.1
No.1: RIGHT CARS,
based on 13 reviews
91
66
71
50
75
18 min (average wait time)

Manila Airport Terminal 4 car hire information

  • 7.2/10
    Best Rated Agent:
    Right Cars
  • € 344.54
    Average price:
    (per week)
  • € 49.22
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Toyota Vios
  • 7
    Total Cars Available
     

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

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€ 41
February€ 39
March€ 47
April€ 115
May€ 51
June€ 49
July€ 49
August€ 49
September€ 48
October€ 48
November€ 49
December€ 49
ItemPercent
January€ 38
February€ 36
March€ 43
April€ 160
May€ 43
June€ 43
July€ 42
August€ 42
September€ 42
October€ 41
November€ 43
December€ 43
ItemPercent
January
February
March€ 101
April€ 85
May€ 88
June€ 88
July€ 87
August€ 87
September€ 86
October€ 86
November€ 85
December€ 86
ItemPercent
January€ 49
February€ 46
March€ 63
April€ 150
May€ 72
June€ 72
July€ 71
August€ 71
September€ 69
October€ 71
November€ 71
December€ 77
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
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Manila Airport Terminal 4

Page_Load: CT_ID:189045 NodeID:24878 pvCT_ID:189045 NodeID:24878 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 =24878 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=189045 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=189045 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 Domestic Terminal 4

If you’re flying into Manila Airport Terminal 4, you’ll be arriving on a domestic service and no doubt familiar with Manila Airport’s domestic terminal. Whilst it falls under the MNL umbrella it is often seen as a separate airport entirely and often referenced as the Manila Domesitc Airport. It’s interconnected to all the other terminals by the free shuttle bus offering a 24 hour service, however as reported elsewhere it’s not considered the most reliable service and taxi’s are a popular alternative for a relatively low cost. If you’re in a hurry to make a connection from another terminal, a taxi is likely the better options. It’s the oldest terminal and formed the original airport back in 1948 and has 26 check in desks serving all domestic carriers. Arranged over a single level, it’s relatively basic, but perfectly functional layout makes getting around easy.

car hire manila airport domestic terminal 4

Most Popular Rental Cars at Manila Airport Domestic Terminal 4

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


Airlines Operating from Manila Airport Domestic Terminal 4

If you're flying into the domestic terminal 4 at Manila Airport on any of the following airlines, you're likely to arrive into terminal 4;
 
  • Philippines AirAsia
  • Cebgo
  • Skyjet
  • AirSWIFT

Renting a car at Manila Domestic Airport

Once you’ve arrived at Manila Airport terminal 4, follow signs for rental cars where you’ll find the leading rental agents such as Budget car rental and local suppliers like Viajero both located in the terminal building, ready and waiting to serve you.

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