• 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 Dublin Airport Terminal 2

Volkswagen Up

4 Adults, 5 Doors

From 79.10 EUR/day
Volkswagen Up

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

  2 |
  Manual |
  No

Ford Fiesta

4 Adults, 3 Doors

From 79.10 EUR/day
Ford Fiesta

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

  2 |
  Manual |
  No

Ford Ka

4 Adults, 3 Doors

From 83.56 EUR/day
Ford Ka

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

  2 |
  Manual |
  No

Volkswagen Up

4 Adults, 5 Doors

From 83.56 EUR/day
Volkswagen Up

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

  2 |
  Manual |
  No

Volkswagen Polo

5 Adults, 3 Doors

From 83.56 EUR/day
Volkswagen Polo

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

  2 |
  Manual |
  No

Renault Clio

4 Adults, 3 Doors

From 83.56 EUR/day
Renault Clio

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

  3 |
  Manual |
  No

Volkswagen Up

4 Adults, 5 Doors

From 83.59 EUR/day
Volkswagen Up

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

  2 |
  Manual |
  No

Ford Fiesta

4 Adults, 3 Doors

From 83.59 EUR/day
Ford Fiesta

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

  2 |
  Manual |
  No

Ford Focus

5 Adults, 5 Doors

From 91.35 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Useful to know about Dublin Airport Terminal 2

  • The original terminal building, opened in 1972
  • Over 31 million passengers used Dublin Airport in 2018
  • Is the 11th busiest airport in Europe
  • IATA code of DUB is shared by terminal 1 & 2

 

Popular car hire destinations in Dublin Airport Terminal 2

Best car rental companies in Dublin Airport Terminal 2

7.8
No.3: HERTZ,
based on 4773 reviews
83
77
69
73
84
14 min (average wait time)
7.8
No.2: EUROPCAR,
based on 1745 reviews
84
82
65
79
84
24 min (average wait time)
7.8
No.1: HERTZ,
based on 4773 reviews
83
77
69
74
85
13 min (average wait time)

Dublin Airport Terminal 2 car hire information

  • 7.8/10
    Best Rated Agent:
    Europcar EMEA Corporate
  • € 553.70
    Average price:
    (per week)
  • € 79.10
    Best Price:
    Per Week
  • 14
    Most Popular Type:
    Intermediate
  • 6
    Most popular model:
    Ford Mondeo
  • 43
    Total Cars Available
     

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

ItemPercent
January€ 59
February€ 67
March€ 80
April€ 62
May€ 68
June€ 99
July€ 115
August€ 89
September€ 93
October€ 75
November€ 54
December€ 89
ItemPercent
January€ 40
February€ 41
March€ 58
April€ 45
May€ 56
June€ 91
July€ 98
August€ 66
September€ 77
October€ 58
November€ 38
December€ 66
ItemPercent
January€ 88
February€ 94
March€ 137
April€ 115
May€ 114
June€ 226
July€ 193
August€ 126
September€ 144
October€ 105
November€ 113
December€ 164
ItemPercent
January€ 75
February€ 72
March€ 110
April€ 77
May€ 87
June€ 186
July€ 152
August€ 121
September€ 125
October€ 104
November€ 80
December€ 133
ItemPercent
January€ 454
February€ 436
March€ 415
April€ 205
May€ 236
June€ 326
July€ 337
August€ 391
September€ 363
October€ 457
November€ 172
December€ 394
ItemPercent
January€ 34
February€ 37
March€ 47
April€ 33
May€ 40
June€ 58
July€ 80
August€ 54
September€ 59
October€ 48
November€ 31
December€ 56
ItemPercent
January€ 107
February€ 123
March€ 127
April€ 109
May€ 94
June€ 114
July€ 168
August€ 264
September€ 224
October€ 289
November€ 115
December€ 213
ItemPercent
January€ 64
February€ 59
March€ 105
April€ 67
May€ 92
June€ 182
July€ 186
August€ 107
September€ 129
October€ 95
November€ 68
December€ 113

Select category to see average car hire prices at Dublin Airport Terminal 2

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Dublin Airport Terminal 2

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


Dublin Airport Terminal 2 Mini Guide

Opened in 2010, Dublin Airport terminal 2 was originally designed to handle all long-haul traffic in addition to the national carrier, Aer Lingus, however the explosion in demand from the US domestic market led to most long haul carriers remaining at terminal 1 with terminal 2 now almost exclusively reserved for US airlines. As expected, car rental at DUB terminal 2 is plentiful and competitively priced.

Dublin Airport Terminal 2

Car Rental Dublin Airport Terminal 2

With the majority of arrivals into Dublin Airport terminal 2 are from the USA, car rental here is extremely well appointed. Ireland is a very popular destination for US citizens and renting a car at terminal 2 is big business. Here you’ll find all the major car rental brands you’d expect at any international airport along with some budget suppliers like Flizzr and Payless. Otherwise you can expect an excellent service from the following car rental agents at Dublin airport Terminal 2;

Airlines from Dublin Airport Terminal 2

Non US Carriers
US Carriers
Aer Lingus
American Airlines
Emirates
Delta
Norwegian
United

Popular Car Rentals at Dublin Airport Terminal 2

With a huge amount of US and Canadian citizens arriving into terminal 2 you’ll find that automatic rental cars here at very popular and well appointed. US citizens don’t tend to rent the smallest economy / budget cars as like to have the security of driving something a little larger and automatic gearboxes are less common in smaller rental cars. The Toyota Corolla is a popular entry model with Ford Mondeo proving popular, whilst the Ford Galaxy offers room for 7 passengers. 9 seat MPV’s are also available to rent at Dublin airport terminal 2.

See our recommended page for all car hire options from Dublin Airport Terminal 2 and elsewhere in Ireland.

Other Rhino Car Hire Locations

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

from
€67
per day
ItemPercent
Jan€ 38
Feb€ 27
Mar€ 66
Apr€ 40
May€ 58
Jun€ 94
Jul€ 177
Aug€ 80
Sep€ 77
Oct€ 51
Nov€ 32
Dec€ 59
from
€65
per day
ItemPercent
Jan€ 32
Feb€ 27
Mar€ 64
Apr€ 40
May€ 58
Jun€ 86
Jul€ 177
Aug€ 78
Sep€ 75
Oct€ 50
Nov€ 32
Dec€ 58
from
€65
per day
ItemPercent
Jan€ 32
Feb€ 27
Mar€ 64
Apr€ 40
May€ 58
Jun€ 86
Jul€ 177
Aug€ 78
Sep€ 75
Oct€ 50
Nov€ 32
Dec€ 58
from
€65
per day
ItemPercent
Jan€ 32
Feb€ 27
Mar€ 64
Apr€ 40
May€ 58
Jun€ 86
Jul€ 177
Aug€ 78
Sep€ 75
Oct€ 50
Nov€ 32
Dec€ 58