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

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 Fiesta

4 Adults, 3 Doors

From 83.56 EUR/day
Ford Fiesta

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

Kia Picanto

4 Adults, 3 Doors

From 83.56 EUR/day
Kia Picanto

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

  2 |
  Manual |
  No

Volkswagen Polo

4 Adults, 3 Doors

From 83.56 EUR/day
Volkswagen Polo

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

  2 |
  Manual |
  No

Ford Fiesta

5 Adults, 3 Doors

From 83.56 EUR/day
Ford Fiesta

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

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

Useful to know about Dublin Airport Terminal 1

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

Best car rental companies in Dublin Airport Terminal 1

7.6
No.1: KEDDY BY EUROPCAR,
based on 858 reviews
83
75
72
72
80
20 min (average wait time)
7.1
No.2: EUROPCAR,
based on 1745 reviews
83
75
50
70
79
7 min (average wait time)
5.3
No.3: CARHIRE,
based on 2913 reviews
69
47
42
53
55
10 min (average wait time)

Dublin Airport Terminal 1 car hire information

  • 7.6/10
    Best Rated Agent:
    Keddy by Europcar EMEA Corporate
  • € 553.70
    Average price:
    (per week)
  • € 79.10
    Best Price:
    Per Week
  • 24
    Most Popular Type:
    Intermediate
  • 13
    Most popular model:
    Ford Mondeo
  • 61
    Total Cars Available
     

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

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€ 50
February€ 40
March€ 77
April€ 47
May€ 71
June€ 84
July€ 104
August€ 85
September€ 82
October€ 95
November€ 52
December€ 89
ItemPercent
January€ 38
February€ 30
March€ 56
April€ 36
May€ 58
June€ 71
July€ 92
August€ 68
September€ 70
October€ 72
November€ 38
December€ 64
ItemPercent
January€ 93
February€ 80
March€ 130
April€ 85
May€ 94
June€ 104
July€ 145
August€ 117
September€ 117
October
November€ 118
December€ 187
ItemPercent
January€ 66
February€ 54
March€ 97
April€ 56
May€ 85
June€ 123
July€ 138
August€ 113
September€ 105
October€ 113
November€ 78
December€ 131
ItemPercent
January€ 32
February€ 27
March€ 47
April€ 25
May€ 46
June€ 54
July€ 79
August€ 59
September€ 55
October€ 52
November€ 32
December€ 53
ItemPercent
January€ 63
February€ 49
March€ 101
April€ 55
May€ 91
June€ 142
July€ 157
August€ 127
September€ 114
October€ 115
November€ 70
December€ 112
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Dublin Airport Terminal 1

Page_Load: CT_ID:191449 NodeID:24527 pvCT_ID:191449 NodeID:24527 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 =24527 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=191449 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=191449 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 1 Mini Guide

Dublin Airport is Ireland’s primary airport bringing more international passengers to the emerald island than all the other airports in Ireland combined. In fact, Terminal 1 along brings more passengers than all other airports in Ireland alone. It’s the main terminal used by the majority of the airlines that operate services to and from Dublin.

Dublin Airport Terminal 1

Car Rental agents with desks at Dublin Airport Terminal 1

  • Alamo
  • Avis
  • Budget
  • Enterprise
  • Europcar
  • Hertz
  • Sixt
  • Thrifty
Unless you’re arriving on Aer Lingus, or from the US, the chances are that when you arrive into Dublin Airport, it’ll be Terminal 1 that greets you. Which in truth is something of a disappointment when you look out of the terminal and see the new and inviting terminal 2 building. Whilst there is nothing wrong with terminal 1, it’s ageing building and design isn’t as glamourous as it’s younger counterpart. That said, airports should be measured on function over form and Dublin Airport terminal 1 provides all the services you expect from any international airport and car hire is very well appointed here, making it easy to reserve and collect your rental car from the terminal. All of the main rental agents are based in the airport terminal itself, just after baggage reclaim, however all of the agents operate a short (free) transfer service to the car rental lot, a kilometre or so away from the arrivals hall. From here, the car rental facilities are excellent will easy access onto the M50 motorway to start your adventure from terminal 1.

Airlines Who Fly From Dublin Airport Terminal 1

If you're flying with any of the following airlines, you'll arrive into or depart from terminal 1 so it's best to arrange your car rental from here.
A-B
C-F
H-R
S-W
aegeanair
Cathay 
Hainan 
scandinavian airlines
airarabia
cityjet
Iberia Express logo 
S7 airlines
Air Canada
cobalt
iceland air 
swiss
airfrance
Croatia Airlines 
KLM
air transit
air moldova 
ethiopian
lufthansa
transavia airlines
arkia
Etihad
loganair
tui
blue air
eurowings
Luxair
turkish airlines
British airways
finnair
Qatar
vueling
 
Flybe
ryanair
west jet
 
Flyone
 
WOW Air

Popular Car Rentals at Dublin Airport Terminal 1

Dublin is a very popular location for short stays and city breaks and can be done on a budget, particularly if you rent a budget / economy rental car from terminal 1. The options are seemingly limitless at the lower end of the market and the premium suppliers have to compete for custom here so prices are low. Expect to pay around 10-15 EUR per day which represents great value for money. MPV and SUV rentals are available from terminal 1 for larger groups and families with up to 9 seat rentals available.

Navigate here for a full list of car hire options available in Dublin and across 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
€61
per day
ItemPercent
Jan€ 28
Feb€ 27
Mar€ 55
Apr€ 40
May€ 58
Jun€ 73
Jul€ 177
Aug€ 80
Sep€ 77
Oct€ 46
Nov€ 32
Dec€ 37
from
€62
per day
ItemPercent
Jan€ 28
Feb€ 27
Mar€ 66
Apr€ 40
May€ 58
Jun€ 88
Jul€ 168
Aug€ 80
Sep€ 77
Oct€ 46
Nov€ 32
Dec€ 35
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