• 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

Car Rental at Lugano Airport Mini Guide

Lugano Airport is a regional airport 4km west of Lugano in the south of Switzerland bordering Italy. It is actually closer to the village of Agno and is therefore sometimes known as Lugano-Agno.  The airport has a stunning location in a river valley with over 200,000 passengers passing through every year. 

We have worked with all the major car rental services at the Airport to ensure you get the best car hire rates available including agents such as  Avis, Europcar, Sixt, and Hertz, all from whom  you can collect your rental car which you have pre-booked with Rhino. Ensure you request additional  special equipment provisions for example snow chains and ski racks for the car at the time of booking. 

Current Rental Rates at Lugano Airport

Porsche Boxster

2 Adults, 2 Doors

From 306.63 EUR/day
Porsche Boxster

7 Days rental at 2146.41 EUR from 21/12/2020

  1 |
  Automatic |
  Yes

Range Rover Evoque

5 Adults, 3 Doors

From 516.09 EUR/day
Range Rover Evoque

7 Days rental at 3612.68 EUR from 21/12/2020

  3 |
  Automatic |
  Yes

Mercedes E Class

5 Adults, 4 Doors

From 516.09 EUR/day
Mercedes E Class

7 Days rental at 3612.68 EUR from 21/12/2020

  4 |
  Automatic |
  Yes

Land Rover Discovery

5 Adults, 5 Doors

From 516.09 EUR/day
Land Rover Discovery

7 Days rental at 3612.68 EUR from 21/12/2020

  6 |
  Automatic |
  Yes

BMW X5

5 Adults, 5 Doors

From 620.83 EUR/day
BMW X5

7 Days rental at 4345.82 EUR from 21/12/2020

  6 |
  Automatic |
  Yes

Audi Q7

5 Adults, 5 Doors

From 620.83 EUR/day
Audi Q7

7 Days rental at 4345.82 EUR from 21/12/2020

  3 |
  Automatic |
  Yes

Range Rover Vogue

5 Adults, 5 Doors

From 620.83 EUR/day
Range Rover Vogue

7 Days rental at 4345.82 EUR from 21/12/2020

  3 |
  Automatic |
  Yes

Mercedes E63 AMG

5 Adults, 4 Doors

From 725.56 EUR/day
Mercedes E63 AMG

7 Days rental at 5078.96 EUR from 21/12/2020

  3 |
  Automatic |
  Yes

Porsche Cayenne

5 Adults, 5 Doors

From 725.56 EUR/day
Porsche Cayenne

7 Days rental at 5078.96 EUR from 21/12/2020

  3 |
  Automatic |
  No

Useful to know about Lugano Airport

  • With its location closer to Agno village, the airport is often called Lugano-Agno.
  • It’s a difficult airport to negotiate because of the surrounding terrain. It needs a descent angle twice that of other airports.
  • Lugano is using its quieter reputation to aim for getting business jet traffic rather than the tourist market.
  • There are often problems in winter because of heavy snowfall at the airport.
  • Only short haul scheduled and chartered flights use the airport because of weight restrictions on take off.

 

Popular car hire destinations in Lugano Airport

Best car rental companies in Lugano Airport

8.0
No.1: EUROPCAR,
based on 982 reviews
87
80
71
77
81
14 min (average wait time)
7.8
No.2: EUROPCAR,
based on 877 reviews
84
77
72
76
77
15 min (average wait time)

Lugano Airport car hire information

  • 8.0/10
    Best Rated Agent:
    EUROPCAR Direct
  • € 2146.41
    Average price:
    (per week)
  • € 306.63
    Best Price:
    Per Week
  • 8
    Most Popular Type:
    Special
  • 2
    Most popular model:
    Porsche 911 Carrera Convertible
  • 28
    Total Cars Available
     

Average prices per day for car hire at Lugano Airport

ItemPercent
April€ 63
May
June
July€ 90
August€ 80
September€ 79
October€ 79
November
December
ItemPercent
April€ 51
May
June
July€ 73
August€ 64
September€ 64
October€ 63
November
December
ItemPercent
April€ 95
May
June
July€ 146
August€ 112
September€ 111
October€ 110
November
December
ItemPercent
April€ 80
May
June
July€ 115
August€ 98
September€ 97
October€ 95
November
December
ItemPercent
April€ 196
May€ 807
June€ 813
July€ 527
August€ 526
September€ 520
October€ 520
November€ 800
December€ 804
ItemPercent
April€ 50
May
June
July€ 71
August€ 63
September€ 62
October€ 62
November
December
ItemPercent
April€ 111
May
June
July€ 158
August€ 140
September€ 139
October€ 138
November
December
ItemPercent
April€ 81
May
June
July€ 110
August€ 102
September€ 101
October€ 101
November
December

Select category to see average car hire prices at Lugano Airport

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

FAQs about car hire at Lugano Airport

Page_Load: CT_ID:3826 NodeID:11749 pvCT_ID:3826 NodeID:11749 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 =11749 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3826 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3826 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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
faq
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 Switzerland fo find you the best price and that's a promise...

from
€68
per day
ItemPercent
Jan€ 54
Feb€ 50
Mar€ 56
Apr€ 97
May€ 64
Jun€ 63
Jul€ 124
Aug€ 137
Sep€ 40
Oct€ 46
Nov€ 52
Dec€ 37
from
€77
per day
ItemPercent
Jan€ 57
Feb€ 65
Mar€ 66
Apr€ 91
May€ 67
Jun€ 69
Jul€ 150
Aug€ 92
Sep€ 67
Oct€ 71
Nov€ 61
Dec€ 69
from
€74
per day
ItemPercent
Jan€ 73
Feb€ 102
Mar€ 52
Apr
May€ 45
Jun€ 83
Jul€ 135
Aug€ 114
Sep€ 32
Oct€ 53
Nov€ 53
Dec€ 74
from
€70
per day
ItemPercent
Jan€ 52
Feb
Mar€ 54
Apr
May€ 64
Jun€ 58
Jul€ 125
Aug€ 88
Sep€ 70
Oct€ 59
Nov€ 65
Dec€ 64