Car Rental Mini Guide for Phuket
The largest of
Thailand's islands, Phuket is well worthy of it's name – the Pearl of the Andaman Sea, there is something for everyone there and it is a wonderful place to relax after spending a hectic few days in
Bangkok as many visitors do. The capital is Phuket Town and although this is an interesting place to visit for a day, not many people choose to stay there as it is nowhere near as picturesque as other parts of the island.
Rhino Car Hire can set you up with a vehicle on arrival at
Phuket International Airport, check out our current car rental rates below or request a quote using our search box above.
Current Rental Rates in Phuket
Toyota Yaris
4 Adults, 3 Doors
From 33.86 EUR/day
7 Days rental at 237.04 EUR from 24/01/2022
Toyota Hilux
2 Adults, 2 Doors
From 36.93 EUR/day
7 Days rental at 258.56 EUR from 24/01/2022
Toyota Vios
5 Adults, 3 Doors
From 36.93 EUR/day
7 Days rental at 258.56 EUR from 24/01/2022
Toyota Altis
5 Adults, 3 Doors
From 40.01 EUR/day
7 Days rental at 280.08 EUR from 24/01/2022
Honda Civic
5 Adults, 5 Doors
From 43.08 EUR/day
7 Days rental at 301.60 EUR from 24/01/2022
Toyota Innova
7 Adults, 5 Doors
From 52.31 EUR/day
7 Days rental at 366.17 EUR from 24/01/2022
Toyota Hilux Double
5 Adults, 4 Doors
From 55.38 EUR/day
7 Days rental at 387.69 EUR from 24/01/2022
Toyota Commuter
12 Adults, 4 Doors
From 58.45 EUR/day
7 Days rental at 409.21 EUR from 24/01/2022
Toyota Fortuner
5 Adults, 5 Doors
From 64.60 EUR/day
7 Days rental at 452.26 EUR from 24/01/2022
Useful to know about Phuket
- In Thai, the name of Phuket is Talang which means ‘cape’.
- At 220 square miles in area it’s Thailand’s largest island and the same size as Singapore.
- The island is connected to the mainland by two bridges.
- The island’s wealth was originally built on tin and rubber.
- 70% of the island is mountainous.
Popular car hire destinations in Phuket
Best car rental companies in Phuket
8.6
No.1: NATIONAL,
based on 1021 reviews
13 min (average wait time)
8.0
No.2: AVIS,
based on 375 reviews
16 min (average wait time)
7.9
No.3: AVIS,
based on 375 reviews
17 min (average wait time)
Phuket car hire information
-
€ 237.02
Average price:
(per week)
-
€ 33.86
Best Price:
Per Week
Average prices per day for car hire in Phuket
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)
Item | Percent |
---|
January | € 39 |
---|
April | € 22 |
---|
May | € 22 |
---|
June | |
---|
September | € 18 |
---|
October | € 21 |
---|
November | |
---|
December | € 36 |
---|
Item | Percent |
---|
January | |
---|
April | € 21 |
---|
May | € 19 |
---|
June | € 16 |
---|
September | € 16 |
---|
October | € 18 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 65 |
---|
April | |
---|
May | € 34 |
---|
June | € 36 |
---|
September | |
---|
October | € 36 |
---|
November | € 35 |
---|
December | € 60 |
---|
Item | Percent |
---|
January | € 49 |
---|
April | |
---|
May | |
---|
June | |
---|
September | |
---|
October | |
---|
November | |
---|
December | € 45 |
---|
Item | Percent |
---|
January | € 34 |
---|
April | € 21 |
---|
May | € 21 |
---|
June | |
---|
September | |
---|
October | |
---|
November | |
---|
December | € 31 |
---|
Item | Percent |
---|
January | € 65 |
---|
April | € 34 |
---|
May | € 27 |
---|
June | € 29 |
---|
September | € 33 |
---|
October | € 31 |
---|
November | € 31 |
---|
December | € 60 |
---|
Item | Percent |
---|
January | € 65 |
---|
April | |
---|
May | € 34 |
---|
June | € 36 |
---|
September | |
---|
October | € 36 |
---|
November | € 36 |
---|
December | € 60 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Phuket
Page_Load: CT_ID:5319 NodeID:11815 pvCT_ID:5319 NodeID:11815 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 =11815 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5319 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5319 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
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.