• 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

Karup Airport Car Rental Mini Guide

Karup Airport is a great entry point for discovering this area of northern Denmark and is only minutes from the centre of Viborg. Car Hire is available directly from the airport so you can carry on your journey in Denmark with ease.  The airport is small, and the offices of the car hire companies are at the far end of the hall.

You can take a connecting flight to Copenhagen from London before continuing on to Karup with Norwegian Air Shuttle. Rhinocarhire has rental cars in all these locations, and you may wish to book one way rental rather than pay for Airport Carparking when taking your flight to Denmark.

Current Rental Rates in Karup Airport

Ford Focus

5 Adults, 5 Doors

From 22.94 EUR/day
Ford Focus

7 Days rental at 160.59 EUR from 23/01/2023

  3 |
  Automatic |
  Yes

Hyundai i30

5 Adults, 5 Doors

From 22.94 EUR/day
Hyundai i30

7 Days rental at 160.59 EUR from 23/01/2023

  3 |
  Manual |
  Yes

Volkswagen Up

4 Adults, 3 Doors

From 24.31 EUR/day
Volkswagen Up

7 Days rental at 170.17 EUR from 23/01/2023

  2 |
  Manual |
  Yes

Toyota Aygo

4 Adults, 3 Doors

From 24.31 EUR/day
Toyota Aygo

7 Days rental at 170.17 EUR from 23/01/2023

  1 |
  Manual |
  No

Ford Fiesta

4 Adults, 3 Doors

From 24.58 EUR/day
Ford Fiesta

7 Days rental at 172.11 EUR from 23/01/2023

  2 |
  Manual |
  No

Toyota Aygo

4 Adults, 3 Doors

From 27.64 EUR/day
Toyota Aygo

7 Days rental at 193.48 EUR from 23/01/2023

  1 |
  Manual |
  No

Hyundai i30

5 Adults, 5 Doors

From 32.13 EUR/day
Hyundai i30

7 Days rental at 224.94 EUR from 23/01/2023

  3 |
  Manual |
  Yes

Mitsubishi Lancer

5 Adults, 5 Doors

From 32.72 EUR/day
Mitsubishi Lancer

7 Days rental at 229.10 EUR from 23/01/2023

  3 |
  Automatic |
  Yes

Mitsubishi Lancer

5 Adults, 5 Doors

From 32.72 EUR/day
Mitsubishi Lancer

7 Days rental at 229.10 EUR from 23/01/2023

  3 |
  Manual |
  Yes

Useful to know about Karup Airport

  • Karup Airport serves several adjacent municipalities including the city of Viborg.
  • The airport is owned by the municipalities it serves.
  • Karup’s first flight was in 1965 when a plane landed after flying from Copenhagen.
  • Four daily flights bring nearly 200,000 passengers annually to Karup.
  • The terminal is called ‘the glass house on the heath’.

 

Popular car hire destinations in Karup Airport

  • Herning 20 km away
  • Silkeborg

Best car rental companies in Karup Airport

8.1
No.1: HERTZ,
based on 921 reviews
88
83
79
77
79
15 min (average wait time)
7.6
No.2: EUROPCAR,
based on 451 reviews
80
70
60
70
70
24 min (average wait time)

Karup Airport car hire information

  • 8.2/10
    Best Rated Agent:
    Hertz
  • € 160.58
    Average price:
    (per week)
  • € 22.94
    Best Price:
    Per Week
  • 8
    Most Popular Type:
    Compact
  • 4
    Most popular model:
    Audi A4
  • 32
    Total Cars Available
     

Average prices per day for car hire in Karup Airport

ItemPercent
January€ 41
February€ 44
March€ 40
April€ 40
May€ 39
June€ 53
July€ 38
August€ 39
September€ 47
October€ 48
November€ 46
December€ 90
ItemPercent
January€ 25
February
March
April€ 242
May€ 239
June€ 241
July€ 241
August€ 240
September
October
November
December€ 27
ItemPercent
January€ 125
February€ 109
March€ 83
April€ 94
May€ 88
June€ 180
July
August€ 92
September
October€ 111
November€ 126
December€ 424
ItemPercent
January€ 73
February€ 80
March€ 75
April€ 66
May€ 69
June€ 71
July€ 47
August€ 71
September€ 86
October€ 84
November€ 78
December€ 157
ItemPercent
January€ 142
February
March
April€ 166
May
June€ 166
July
August€ 129
September
October
November€ 129
December€ 237
ItemPercent
January€ 25
February€ 33
March€ 33
April€ 30
May€ 30
June€ 30
July€ 27
August€ 30
September€ 34
October€ 39
November
December€ 39
ItemPercent
January€ 109
February€ 137
March€ 137
April€ 137
May€ 144
June€ 144
July
August€ 144
September€ 144
October€ 172
November
December€ 196
ItemPercent
January€ 45
February€ 64
March€ 64
April€ 64
May€ 67
June€ 67
July
August€ 67
September€ 67
October€ 63
November€ 47
December

Select category to see average car hire prices in Karup Airport

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

FAQs about car hire in Karup Airport

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

from
€25
per day
ItemPercent
Jan€ 23
Feb€ 18
Mar€ 13
Apr€ 22
May€ 23
Jun€ 34
Jul€ 34
Aug€ 26
Sep€ 27
Oct€ 25
Nov€ 25
Dec€ 25
from
€20
per day
ItemPercent
Jan€ 21
Feb€ 18
Mar€ 13
Apr€ 15
May€ 18
Jun€ 18
Jul€ 19
Aug€ 20
Sep€ 24
Oct€ 25
Nov€ 25
Dec€ 25
from
€23
per day
ItemPercent
Jan€ 18
Feb€ 12
Mar€ 15
Apr€ 23
May€ 24
Jun€ 29
Jul€ 32
Aug€ 24
Sep€ 23
Oct€ 25
Nov€ 25
Dec€ 22
from
€23
per day
ItemPercent
Jan€ 23
Feb€ 18
Mar€ 13
Apr€ 23
May€ 23
Jun€ 24
Jul€ 24
Aug€ 26
Sep€ 24
Oct€ 24
Nov€ 24
Dec€ 25