• 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 Poitiers Mini Guide

Poitiers has a very picturesque town centre with many buildings dating back to the Medieval era and before. 

Hiring a car in Poitiers allows you to discover some fascinating parts to the town. The charming medieval town of Poitiers is best visited by car and if flying in renting a car hire from Poitiers airport is an attractive option. Cheap, reliable vehicles are available at the Airport and we advise booking in advance to receive the best car hire rates.

Current Rental Rates in Poitiers

Peugeot 208

5 Adults, 5 Doors

From 68.66 EUR/day
Peugeot 208

7 Days rental at 480.67 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 78.95 EUR/day
Peugeot 2008

7 Days rental at 552.67 EUR from 17/04/2023

  3 |
  Manual |
  Yes

Renault Clio

5 Adults, 5 Doors

From 84.78 EUR/day
Renault Clio

7 Days rental at 593.47 EUR from 17/04/2023

  2 |
  Automatic |
  Yes

Renault Captur

5 Adults, 5 Doors

From 99.35 EUR/day
Renault Captur

7 Days rental at 695.47 EUR from 17/04/2023

  3 |
  Automatic |
  Yes

Hyundai Tucson

5 Adults, 5 Doors

From 119.58 EUR/day
Hyundai Tucson

7 Days rental at 837.07 EUR from 17/04/2023

  4 |
  Automatic |
  Yes

Useful to know about Poitiers

  • In the Battle of Tours in 732 French forces fought against a takeover of France by the Umayyad Caliphate.
  • Poitiers was built along the banks of the Clain River.
  • During World War II Poitiers was bombed heavily especially around the railway station.
  • If it is more convenient we offer cars for hire at Poitiers Train Station and Poitiers Airport.
  • Poitiers has a modernistic tourist destination in the Futuroscope Theme Park.

 

Popular car hire destinations in Poitiers

Best car rental companies in Poitiers

7.1
No.1: AVIS,
based on 2219 reviews
70
70
60
70
70
18 min (average wait time)
6.8
No.2: HERTZ,
based on 3876 reviews
70
70
60
60
70
17 min (average wait time)

Poitiers car hire information

  • 7.2/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 480.62
    Average price:
    (per week)
  • € 68.66
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Peugeot 2008
  • 5
    Total Cars Available
     

Average prices per day for car hire in Poitiers

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€ 45
March€ 46
April€ 44
May€ 40
June€ 46
July€ 51
August€ 49
September€ 44
October€ 40
November€ 38
December€ 45
ItemPercent
January€ 36
February€ 42
March€ 43
April€ 43
May€ 32
June€ 36
July€ 39
August€ 39
September€ 37
October€ 34
November€ 30
December€ 36
ItemPercent
January
February
March
April€ 59
May€ 71
June€ 61
July€ 65
August€ 61
September€ 71
October€ 65
November€ 57
December€ 76
ItemPercent
January€ 54
February€ 60
March€ 50
April€ 52
May€ 48
June€ 66
July€ 62
August€ 59
September€ 60
October€ 52
November€ 43
December€ 53
ItemPercent
January€ 33
February€ 36
March€ 33
April€ 27
May€ 30
June€ 34
July€ 37
August€ 33
September€ 31
October€ 30
November€ 27
December€ 33
ItemPercent
January€ 81
February€ 97
March€ 85
April€ 68
May€ 77
June€ 75
July€ 111
August€ 58
September€ 93
October€ 77
November€ 77
December€ 87
ItemPercent
January€ 52
February€ 52
March€ 50
April€ 58
May€ 48
June€ 72
July€ 65
August€ 63
September€ 61
October€ 50
November€ 46
December€ 55
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Poitiers

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

from
€42
per day
ItemPercent
Jan€ 37
Feb€ 39
Mar€ 28
Apr€ 56
May€ 31
Jun€ 37
Jul€ 56
Aug€ 67
Sep€ 40
Oct€ 43
Nov€ 37
Dec€ 37
from
€45
per day
ItemPercent
Jan€ 38
Feb€ 36
Mar€ 23
Apr€ 56
May€ 33
Jun€ 34
Jul€ 68
Aug€ 62
Sep€ 45
Oct€ 51
Nov€ 46
Dec€ 46
from
€37
per day
ItemPercent
Jan€ 39
Feb€ 36
Mar€ 23
Apr€ 29
May€ 24
Jun€ 27
Jul€ 70
Aug€ 37
Sep€ 43
Oct€ 37
Nov€ 37
Dec€ 38
from
€0
per day
ItemPercent