• 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

Kelowna Airport Car Rental Mini Guide

Fly to Kelowna Airport in Canada from various USA, Canada and Mexico destinations and you can have a rental vehicle ready and waiting on arrival. Car hire in Kelowna Airport (Airport code YLW) is very convenient as it is located right on the highway 97. That allows easy access to the city of Kelowna and in fact anywhere you want in the province of British Columbia thanks to our unlimited mileage offer. Because Kelowna Airport gets quite busy with more than two hundred departures per week you should book a rental vehicle before arriving at the airport just to be on the safe side.

Once you have arrived at Kelowna Airport, you will find the car hire desks in the arrival’s hall. It is an easy 10-minute drive into the town.

Current Rental Rates at Kelowna Airport

Hyundai Elantra

5 Adults, 4 Doors

From 88.78 EUR/day
Hyundai Elantra

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

  4 |
  Automatic |
  Yes

Chevrolet Impala

5 Adults, 4 Doors

From 101.30 EUR/day
Chevrolet Impala

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

  4 |
  Automatic |
  Yes

Chevrolet Sonic

5 Adults, 4 Doors

From 106.90 EUR/day
Chevrolet Sonic

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

  3 |
  Automatic |
  Yes

Chevrolet Spark

5 Adults, 4 Doors

From 107.46 EUR/day
Chevrolet Spark

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

  2 |
  Automatic |
  Yes

Ford Escape

5 Adults, 5 Doors

From 165.58 EUR/day
Ford Escape

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

  3 |
  Automatic |
  Yes

Jeep Grand Cherokee

5 Adults, 5 Doors

From 168.54 EUR/day
Jeep Grand Cherokee

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

  4 |
  Automatic |
  Yes

Useful to know about Kelowna Airport

  • There are 36 flights a day from Kelowna Airport.
  • Kelowna International Airport has only one runway.
  • Kelowna Airport has a number of seasonal flights to America and Mexico.
  • Kelowna Airport is approximately a 10 minute drive from Kelowna.
  • Just under one and a half million passengers use Kelowna Airport per year.

 

Popular car hire destinations in Kelowna Airport

Best car rental companies in Kelowna Airport

8.8
No.1: HERTZ,
based on 399 reviews
100
80
70
80
90
17 min (average wait time)
8.3
No.2: AVIS,
based on 241 reviews
85
86
74
85
86
23 min (average wait time)

Kelowna Airport car hire information

  • 8.8/10
    Best Rated Agent:
    Hertz US Corporate
  • € 621.46
    Average price:
    (per week)
  • € 88.78
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Intermediate
  • 1
    Most popular model:
    Chevrolet Sonic
  • 6
    Total Cars Available
     

Average prices per day for car hire at Kelowna Airport

ItemPercent
January€ 77
February€ 79
March€ 69
April€ 67
May€ 71
June€ 76
July€ 92
August€ 87
September€ 82
October€ 65
November€ 66
December€ 97
ItemPercent
January€ 76
February€ 78
March€ 68
April€ 71
May€ 74
June€ 86
July€ 110
August€ 103
September€ 91
October€ 69
November€ 65
December€ 93
ItemPercent
January€ 99
February€ 118
March€ 100
April€ 81
May€ 86
June€ 100
July€ 110
August€ 110
September€ 104
October€ 91
November€ 97
December€ 113
ItemPercent
January€ 92
February€ 93
March€ 87
April€ 80
May€ 80
June€ 108
July€ 109
August€ 106
September€ 95
October€ 75
November€ 77
December€ 109
ItemPercent
January€ 67
February€ 85
March€ 82
April€ 87
May€ 79
June€ 61
July
August€ 111
September€ 64
October€ 61
November€ 60
December€ 125
ItemPercent
January
February
March
April€ 30
May€ 38
June€ 30
July€ 30
August€ 34
September€ 41
October€ 40
November
December
ItemPercent
January€ 103
February€ 109
March€ 99
April€ 84
May€ 86
June€ 107
July€ 139
August€ 128
September€ 114
October€ 85
November€ 87
December€ 111
ItemPercent
January€ 105
February€ 105
March€ 100
April€ 84
May€ 86
June€ 118
July€ 125
August€ 117
September€ 102
October€ 83
November€ 86
December€ 120

Select category to see average car hire prices at Kelowna Airport

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

FAQs about car hire at Kelowna Airport

Page_Load: CT_ID:1032 NodeID:7290 pvCT_ID:1032 NodeID:7290 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 =7290 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1032 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1032 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 Canada fo find you the best price and that's a promise...

from
€72
per day
ItemPercent
Jan€ 53
Feb€ 62
Mar€ 45
Apr€ 45
May€ 62
Jun€ 118
Jul€ 89
Aug€ 89
Sep€ 115
Oct€ 66
Nov€ 61
Dec€ 62
from
€71
per day
ItemPercent
Jan€ 56
Feb€ 58
Mar€ 46
Apr€ 47
May€ 53
Jun€ 122
Jul€ 90
Aug€ 91
Sep€ 105
Oct€ 64
Nov€ 61
Dec€ 59
from
€70
per day
ItemPercent
Jan€ 55
Feb€ 48
Mar€ 45
Apr€ 51
May€ 51
Jun€ 108
Jul
Aug€ 97
Sep€ 93
Oct€ 74
Nov€ 74
Dec€ 78
from
€88
per day
ItemPercent
Jan€ 44
Feb€ 60
Mar€ 45
Apr€ 55
May€ 98
Jun€ 129
Jul€ 178
Aug
Sep€ 104
Oct€ 83
Nov€ 84
Dec€ 92