• 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 in Saint Moritz Mini Guide

Famous for its winter sports heritage, St. Moritz is an extremely popular ski destination and car hire in St. Moritz is popular with the thousands of winter sports enthusiasts that visit. Whether renting a car in St. Moritz itself or from your arrival airport, having a rental car there makes getting to and from the slopes convenient. We have ski racks and winter packages available on all cars to ensure you are prepared for the worst the weather can throw at you making sure you get as much time on the slopes as possible.

St. Moritz is well connected to the transport network with a train station connecting it to major routes. By air, Zurich is the nearest major airport within Switzerland and is an easy journey from Bern and Geneva Airport. However another alternative is to fly into Milan, Bergamo or Verona Airport and make the short hop over the border into Switzerland. St. Moritz is mere ten miles north of the border from Italy. With budget airlines operating to all nearby airports, renting a car in St. Moritz is a great option for the independent traveller.

Current Rental Rates in Saint Moritz

Mercedes A Class

5 Adults, 3 Doors

From 175.30 EUR/day
Mercedes A Class

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

  3 |
  Automatic |
  Yes

Fiat Tipo Estate

5 Adults, 5 Doors

From 198.73 EUR/day
Fiat Tipo Estate

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

  4 |
  Automatic |
  Yes

Jeep Compass

5 Adults, 5 Doors

From 205.85 EUR/day
Jeep Compass

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

  4 |
  Automatic |
  Yes

BMW 3 Series Estate

5 Adults, 5 Doors

From 286.36 EUR/day
BMW 3 Series Estate

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

  5 |
  Automatic |
  Yes

BMW X3

5 Adults, 5 Doors

From 292.32 EUR/day
BMW X3

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

  4 |
  Automatic |
  Yes

Mercedes E Class

5 Adults, 4 Doors

From 338.86 EUR/day
Mercedes E Class

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

  3 |
  Automatic |
  Yes

Useful to know about Saint Moritz

  • St Moritz is a ski resorts in the Engadine Valley in Switzerland
  • Just a few miles south of St. Moritz lies the highest summit in the eastern Alps, Piz Bernina
  • The town hosted the 1928 and 1948 Winter Olympics
  • Aside from winter sports St Moritz is a popular sailing destination (Lake St. Moritz)

 

Popular car hire destinations in Saint Moritz

Best car rental companies in Saint Moritz

7.6
No.1: EUROPCAR,
based on 303 reviews
80
80
70
70
70
21 min (average wait time)
6.8
No.2: HERTZ,
based on 265 reviews
80
66
62
64
72
25 min (average wait time)

Saint Moritz car hire information

  • 7.6/10
    Best Rated Agent:
    EUROPCAR Franchise
  • € 1227.10
    Average price:
    (per week)
  • € 175.30
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    BMW X3
  • 6
    Total Cars Available
     

Average prices per day in Saint Moritz

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€ 106
February€ 161
March€ 121
April€ 62
May€ 66
June€ 79
July€ 99
August€ 72
September€ 70
October€ 62
November€ 62
December€ 110
ItemPercent
January
February
March€ 98
April
May
June
July
August
September
October
November
December
ItemPercent
January€ 240
February€ 357
March€ 188
April€ 128
May€ 96
June€ 131
July€ 153
August€ 123
September€ 110
October€ 101
November€ 79
December€ 210
ItemPercent
January€ 123
February€ 183
March€ 147
April€ 117
May€ 95
June€ 97
July€ 114
August€ 95
September€ 98
October€ 91
November€ 85
December€ 126
ItemPercent
January€ 216
February
March
April€ 218
May€ 193
June€ 187
July€ 196
August€ 195
September€ 194
October€ 214
November
December€ 220
ItemPercent
January€ 185
February€ 318
March€ 228
April€ 134
May€ 137
June€ 142
July€ 157
August€ 141
September€ 136
October€ 132
November€ 90
December€ 184
ItemPercent
January€ 108
February
March
April€ 106
May€ 100
June€ 94
July€ 98
August€ 100
September€ 100
October€ 100
November
December€ 114
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3834 NodeID:19862 pvCT_ID:3834 NodeID:19862 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 =19862 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3834 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3834 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 Switzerland fo find you the best price and that's a promise...

from
€71
per day
ItemPercent
Jan€ 52
Feb€ 60
Mar€ 57
Apr€ 61
May
Jun€ 90
Jul€ 140
Aug€ 88
Sep€ 60
Oct€ 63
Nov€ 54
Dec€ 54
from
€74
per day
ItemPercent
Jan€ 52
Feb€ 60
Mar€ 57
Apr€ 61
May
Jun
Jul€ 152
Aug€ 88
Sep
Oct€ 66
Nov€ 65
Dec€ 64
from
€59
per day
ItemPercent
Jan€ 47
Feb€ 54
Mar€ 49
Apr€ 45
May€ 38
Jun€ 56
Jul€ 114
Aug€ 88
Sep
Oct€ 47
Nov€ 60
Dec€ 51
from
€61
per day
ItemPercent
Jan€ 54
Feb€ 50
Mar€ 51
Apr€ 37
May€ 46
Jun€ 63
Jul€ 124
Aug€ 137
Sep€ 40
Oct€ 46
Nov€ 52
Dec€ 37