• 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

Rygge Airport Car Rental Mini Guide

Rygge airport operates with restrictions on the number of flights, most being from low-cost airlines. So, if you fly into Moss Airport you should book Car hire from the airport helping you continue your car journey in Norway or onto Oslo.

Save all the hassle and a lot of money by pre-booking a hire car for you to collect at Rygge Airport. It can easily be done by following our simple booking procedure online. First, you will enter your travel dates then be given prices for a wide selection of vehicles available at Rygge Airport. You can choose from a range of optional extras such as child safety seats to make your journey. Then when you collect your car, you will have little to sort out before driving off.

Current Rental Rates in Rygge Airport

Toyota Yaris

5 Adults, 5 Doors

From 168.03 EUR/day
Toyota Yaris

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

  2 |
  Automatic |
  Yes

Mazda CX-30

5 Adults, 5 Doors

From 192.88 EUR/day
Mazda CX-30

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

  3 |
  Automatic |
  Yes

Useful to know about Rygge Airport

  • The airport is properly called Moss Airport, Rygge
  • It’s a major base for Ryanair in Norway with 80% of the airport’s flights being with the budget carrier
  • Rygge is 35 miles from the capital, Oslo, a journey of around fifty minutes
  • The airport saw 250,000 passengers last year pass through the terminal

 

Popular car hire destinations in Rygge Airport

Best car rental companies in Rygge Airport

8.1
No.1: AVIS,
based on 520 reviews
84
84
70
82
85
15 min (average wait time)

Rygge Airport car hire information

  • 8.2/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 1176.21
    Average price:
    (per week)
  • € 168.03
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Toyota Yaris
  • 2
    Total Cars Available
     

Average prices per day in Rygge Airport

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€ 125
February€ 125
March€ 125
April€ 117
May€ 116
June€ 117
July€ 116
August€ 91
September€ 142
October€ 142
November€ 122
December€ 124
ItemPercent
January€ 132
February€ 132
March€ 132
April€ 104
May€ 103
June€ 103
July€ 103
August€ 82
September€ 127
October€ 127
November€ 128
December€ 130
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:53256 NodeID:20464 pvCT_ID:53256 NodeID:20464 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 =20464 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=53256 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=53256 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 Norway fo find you the best price and that's a promise...

from
€41
per day
ItemPercent
Jan€ 37
Feb€ 35
Mar€ 32
Apr€ 28
May€ 25
Jun€ 58
Jul€ 54
Aug€ 53
Sep€ 43
Oct€ 45
Nov€ 40
Dec€ 43
from
€74
per day
ItemPercent
Jan€ 48
Feb€ 48
Mar€ 48
Apr€ 43
May€ 40
Jun€ 129
Jul€ 205
Aug€ 142
Sep€ 50
Oct€ 43
Nov€ 43
Dec€ 47
from
€45
per day
ItemPercent
Jan€ 37
Feb€ 32
Mar€ 27
Apr€ 33
May€ 25
Jun€ 56
Jul€ 64
Aug€ 104
Sep€ 40
Oct€ 41
Nov€ 40
Dec€ 39
from
€49
per day
ItemPercent
Jan€ 30
Feb€ 30
Mar€ 28
Apr€ 28
May€ 44
Jun€ 51
Jul€ 87
Aug€ 123
Sep€ 41
Oct€ 41
Nov€ 41
Dec€ 39