• 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

Tallinn Car Rental Mini Guide

Tallinn is the capital of Estonia, though it lies not far away from Finland. The city was built only 70 km south of Helsinki on the south Gulf of Finland coast. If you book your Car hire from Tallinn early this will allow you your pick of vehicles and whichever you choose, we can guarantee that the price will be low. You can also choose to collect your rental car directly at Tallinn airport.

Current Rental Rates in Tallinn

Renault Clio

5 Adults, 5 Doors

From 55.76 EUR/day
Renault Clio

7 Days rental at 390.35 EUR from 19/06/2023

  2 |
  Manual |
  No

Toyota Aygo

4 Adults, 3 Doors

From 55.76 EUR/day
Toyota Aygo

7 Days rental at 390.35 EUR from 19/06/2023

  2 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 5 Doors

From 56.98 EUR/day
Toyota Yaris

7 Days rental at 398.92 EUR from 19/06/2023

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 65.13 EUR/day
Ford Focus

7 Days rental at 455.92 EUR from 19/06/2023

  3 |
  Automatic |
  Yes

Volkswagen Jetta

5 Adults, 4 Doors

From 72.46 EUR/day
Volkswagen Jetta

7 Days rental at 507.22 EUR from 19/06/2023

  4 |
  Automatic |
  Yes

Useful to know about Tallinn

  • Tallinn is the capital and largest city of Estonia.
  • The old town is a UNESCO World Heritage Site.
  • The city is a European Capital of Culture for 2011.
  • The roots of the city can be traced back to the 12th century.
  • It’s thought the name means Winter Castle or Town or Danish Castle or Town.
  • Twinned with Berlin, Carcassonne, Gothenburg, Stockholm and Vienna among others

 

Popular car hire destinations in Tallinn

Best car rental companies in Tallinn

7.9
No.1: NU CAR RENTALS,
based on 24 reviews
90
70
80
70
80
2 min (average wait time)
7.6
No.2: THRIFTY,
based on 55 reviews
77
75
58
87
80
14 min (average wait time)
7.4
No.3: HERTZ,
based on 50 reviews
85
75
58
78
75
13 min (average wait time)

Tallinn car hire information

  • 8.0/10
    Best Rated Agent:
    NU Car Rentals
  • € 390.32
    Average price:
    (per week)
  • € 55.76
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Renault Clio
  • 5
    Total Cars Available
     

Average prices per day in Tallinn

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€ 43
February€ 39
March€ 40
April€ 34
May€ 49
June€ 61
July€ 46
August€ 45
September€ 37
October€ 34
November€ 36
December€ 41
ItemPercent
January€ 52
February€ 38
March€ 40
April€ 33
May€ 41
June€ 51
July€ 43
August€ 46
September€ 29
October€ 26
November€ 29
December€ 45
ItemPercent
January€ 57
February€ 57
March€ 57
April€ 49
May€ 56
June€ 62
July€ 69
August€ 63
September€ 55
October€ 53
November€ 55
December€ 57
ItemPercent
January€ 49
February€ 46
March€ 47
April€ 40
May€ 82
June€ 104
July€ 57
August€ 55
September€ 45
October€ 41
November€ 42
December€ 50
ItemPercent
January€ 43
February€ 41
March€ 46
April€ 37
May€ 53
June€ 54
July€ 49
August€ 51
September€ 40
October€ 21
November€ 23
December€ 44
ItemPercent
January€ 72
February€ 65
March€ 66
April€ 56
May€ 84
June€ 108
July€ 87
August€ 81
September€ 64
October€ 57
November€ 66
December€ 70
ItemPercent
January
February
March
April€ 24
May€ 127
June€ 127
July€ 46
August€ 46
September€ 70
October€ 70
November
December
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3228 NodeID:7956 pvCT_ID:3228 NodeID:7956 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 =7956 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3228 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3228 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 Estonia fo find you the best price and that's a promise...

from
€28
per day
ItemPercent
Jan€ 25
Feb€ 25
Mar€ 24
Apr€ 23
May€ 24
Jun€ 30
Jul€ 45
Aug€ 46
Sep€ 25
Oct€ 24
Nov€ 24
Dec€ 25
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent