• 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 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
Toyota Yaris

7 Days rental at 237.04 EUR from 24/01/2022

  2 |
  Automatic |
  Yes

Toyota Hilux

2 Adults, 2 Doors

From 36.93 EUR/day
Toyota Hilux

7 Days rental at 258.56 EUR from 24/01/2022

  10 |
  Manual |
  Yes

Toyota Vios

5 Adults, 3 Doors

From 36.93 EUR/day
Toyota Vios

7 Days rental at 258.56 EUR from 24/01/2022

  3 |
  Automatic |
  Yes

Toyota Altis

5 Adults, 3 Doors

From 40.01 EUR/day
Toyota Altis

7 Days rental at 280.08 EUR from 24/01/2022

  4 |
  Automatic |
  Yes

Honda Civic

5 Adults, 5 Doors

From 43.08 EUR/day
Honda Civic

7 Days rental at 301.60 EUR from 24/01/2022

  3 |
  Automatic |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 52.31 EUR/day
Toyota Innova

7 Days rental at 366.17 EUR from 24/01/2022

  1 |
  Automatic |
  Yes

Toyota Hilux Double

5 Adults, 4 Doors

From 55.38 EUR/day
Toyota Hilux Double

7 Days rental at 387.69 EUR from 24/01/2022

  0 |
  Automatic |
  Yes

Toyota Commuter

12 Adults, 4 Doors

From 58.45 EUR/day
Toyota Commuter

7 Days rental at 409.21 EUR from 24/01/2022

  4 |
  Manual |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 64.60 EUR/day
Toyota Fortuner

7 Days rental at 452.26 EUR from 24/01/2022

  5 |
  Automatic |
  Yes

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
83
88
80
89
85
13 min (average wait time)
8.0
No.2: AVIS,
based on 375 reviews
75
79
77
81
83
16 min (average wait time)
7.9
No.3: AVIS,
based on 375 reviews
75
78
76
80
82
17 min (average wait time)

Phuket car hire information

  • 8.6/10
    Best Rated Agent:
    National Direct
  • € 237.02
    Average price:
    (per week)
  • € 33.86
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Toyota Altis
  • 10
    Total Cars Available
     

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)
ItemPercent
January€ 39
April€ 22
May€ 22
June
September€ 18
October€ 21
November
December€ 36
ItemPercent
January
April€ 21
May€ 19
June€ 16
September€ 16
October€ 18
November
December
ItemPercent
January€ 65
April
May€ 34
June€ 36
September
October€ 36
November€ 35
December€ 60
ItemPercent
January€ 49
April
May
June
September
October
November
December€ 45
ItemPercent
January€ 34
April€ 21
May€ 21
June
September
October
November
December€ 31
ItemPercent
January€ 65
April€ 34
May€ 27
June€ 29
September€ 33
October€ 31
November€ 31
December€ 60
ItemPercent
January€ 65
April
May€ 34
June€ 36
September
October€ 36
November€ 36
December€ 60
ItemPercent
*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
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 Thailand fo find you the best price and that's a promise...

from
€22
per day
ItemPercent
Jan€ 31
Feb€ 26
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 19
Aug€ 21
Sep€ 21
Oct€ 21
Nov€ 21
Dec€ 25
from
€24
per day
ItemPercent
Jan€ 34
Feb€ 26
Mar€ 20
Apr€ 27
May€ 21
Jun€ 20
Jul€ 21
Aug€ 23
Sep€ 21
Oct€ 22
Nov€ 22
Dec€ 31
from
€22
per day
ItemPercent
Jan€ 31
Feb€ 26
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 19
Aug€ 21
Sep€ 21
Oct€ 21
Nov€ 21
Dec€ 25
from
€24
per day
ItemPercent
Jan€ 34
Feb€ 26
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 21
Aug€ 23
Sep€ 23
Oct€ 23
Nov€ 23
Dec€ 31