• 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

Mactan Cebu Airport Car Rental Mini Guide

On Mactan Island you will find the Philippines second largest airport, Mactan-Cebu from which you can pre book your rental car.  Mactan Island is famous as an excellent dive centre with stunning coral reefs waiting to be explored. The island also has several golf courses for those who do not want to miss out on a game whilst on holiday.

All flights to Mactan Cebu come from the Far East with the easiest connections for European travellers being through Singapore, Hong Kong and Doha.

Current Rental Rates at Mactan Cebu Airport

Toyota Vios

5 Adults, 5 Doors

From 38.82 EUR/day
Toyota Vios

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

  2 |
  Manual |
  Yes

Toyota Vios

5 Adults, 5 Doors

From 40.05 EUR/day
Toyota Vios

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

  3 |
  Manual |
  Yes

Toyota Vios

5 Adults, 5 Doors

From 50.24 EUR/day
Toyota Vios

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

  2 |
  Automatic |
  Yes

Toyota Altis

5 Adults, 4 Doors

From 51.86 EUR/day
Toyota Altis

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

  4 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 61.66 EUR/day
Toyota Innova

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

  1 |
  Manual |
  Yes

Useful to know about Mactan Cebu Airport

  • 5.7m passengers entered the Philippines through Mactan-Cebu Airport.
  • The airport, Philippines second largest, is located in Lapu Lapu City.
  • It first opened for business in the 1960s.
  • It replaced Lahug Airport which couldn’t expand any further.
  • It’s one of the fastest growing airports worldwide.
  • If you are flying into Mactan Cebu Airport (NOP), you can choose from leading rental agents such as Avis, Budget and Europcar.

 

Popular car hire destinations in Mactan Cebu Airport

Best car rental companies in Mactan Cebu Airport

5.6
No.1: EUROPCAR,
based on 20 reviews
66
54
53
50
61
9 min (average wait time)
5.0
No.2: AVIS,
based on 81 reviews
51
56
46
38
56
29 min (average wait time)

Mactan Cebu Airport car hire information

  • 5.6/10
    Best Rated Agent:
    Europcar EMEA Franchise
  • € 271.74
    Average price:
    (per week)
  • € 38.82
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 3
    Most popular model:
    Toyota Vios
  • 5
    Total Cars Available
     

Average prices per day for car hire at Mactan Cebu Airport

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€ 72
February€ 1120
March€ 72
April€ 71
May€ 53
June€ 1130
July€ 854
August€ 1713
September€ 1757
October€ 969
November€ 68
December€ 70
ItemPercent
January€ 51
February€ 1799
March€ 47
April€ 48
May€ 40
June€ 725
July€ 530
August€ 618
September€ 682
October€ 687
November€ 693
December€ 51
ItemPercent
January€ 79
February€ 77
March€ 69
April€ 73
May€ 125
June€ 73
July€ 76
August€ 4448
September€ 4563
October€ 80
November€ 81
December€ 83
ItemPercent
January€ 61
February€ 513
March€ 63
April€ 70
May€ 58
June€ 326
July€ 282
August€ 1586
September€ 1625
October€ 338
November€ 64
December€ 64
ItemPercent
January
February€ 2018
March€ 46
April€ 44
May
June€ 952
July
August€ 11004
September€ 11290
October
November
December
ItemPercent
January
February
March
April
May
June
July
August€ 11004
September€ 11290
October
November
December
ItemPercent
January€ 88
February€ 1375
March€ 77
April€ 81
May€ 61
June€ 1721
July€ 1344
August€ 1372
September€ 1408
October€ 1417
November€ 90
December€ 93
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Mactan Cebu Airport

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


Other Rhino Car Hire Locations

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

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