• 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

Mini Guide for Phuket Patong

Patong is definitely Asia’s party capital. Hundreds of bars, clubs and top quality restaurants line the seafront and stretch back into the town. Ladyboy clubs and more vie with each other for the tourist baht. The beach is crowded and a little grubby and is the haunt of masseuses during the day and illicit activity at night.

Flights to Phuket are a good mix of domestic and international from all over Europe and Asia. The airport is 22 miles north of the resort and many travel there by taxi or airport transfer. Car hire from Phuket airport is a good idea saving you being ‘retail hijacked’ on the way.

Patong is a great place to hire a car as it is the ideal base for exploring the island of Phuket. At Rhino we have a wide range of hire cars in Patong, ranging from small and cheap to luxury four wheel drive vehicles suitable for exploring the lesser known area of Phuket.

Whichever car you choose, you will know that you will have paid the lowest price available when you booked as we will have searched all the companies that offer car hire in Patong.

Current Rental Rates in Phuket Patong

Nissan Sylphy

5 Adults, 4 Doors

From 41.36 EUR/day
Nissan Sylphy

7 Days rental at 289.52 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Nissan Teana

5 Adults, 4 Doors

From 54.48 EUR/day
Nissan Teana

7 Days rental at 381.41 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Nissan X-Trail

5 Adults, 5 Doors

From 56.50 EUR/day
Nissan X-Trail

7 Days rental at 395.56 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 59.01 EUR/day
Toyota Fortuner

7 Days rental at 413.11 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Useful to know about Phuket Patong

  • Patong is the party capital of Asia
  • Watch out for the Bangla Road is the straight part of Patong and Paradise is the gay part of the strip
  • Until the 1980s, Patong was just a fishing village. The beach was then ‘discovered’ and the resort grew
  • In 2004, the resort was badly damaged by the Indonesian tsunami
  • Be warned that the local police clamp down severely on illegal activity
  • When renting a car in Phuket Patong, you'll be spoilt for choice with international rental agents such as Avis, Budget, Hertz and Thrifty all based here.

 

Popular car hire destinations in Phuket Patong

Best car rental companies in Phuket Patong

8.9
No.1: NATIONAL,
based on 1021 reviews
90
94
83
90
84
13 min (average wait time)
7.6
No.2: DRIVE CAR RENTAL,
based on 6 reviews
78
75
78
76
80
10 min (average wait time)

Phuket Patong car hire information

  • 8.8/10
    Best Rated Agent:
    National Direct
  • € 289.52
    Average price:
    (per week)
  • € 41.36
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Standard
  • 1
    Most popular model:
    Nissan Teana
  • 4
    Total Cars Available
     

Average prices per day for car hire in Phuket Patong

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€ 26
February€ 32
March
April
May
June€ 30
July€ 21
August
September€ 22
October€ 20
November€ 32
December
ItemPercent
January€ 22
February
March
April€ 19
May€ 14
June€ 19
July
August€ 25
September€ 19
October€ 17
November€ 27
December€ 36
ItemPercent
January€ 89
February
March€ 42
April€ 78
May€ 44
June€ 33
July
August
September
October€ 34
November€ 33
December
ItemPercent
January€ 32
February
March€ 39
April€ 36
May€ 34
June€ 29
July€ 37
August
September€ 35
October€ 27
November€ 33
December€ 42
ItemPercent
January€ 89
February
March€ 42
April
May€ 41
June€ 33
July
August
September
October€ 34
November€ 34
December
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Phuket Patong

Page_Load: CT_ID:182281 NodeID:20602 pvCT_ID:182281 NodeID:20602 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 =20602 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=182281 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=182281 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
€24
per day
ItemPercent
Jan€ 32
Feb€ 26
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 21
Aug€ 22
Sep€ 21
Oct€ 22
Nov€ 22
Dec€ 31
from
€23
per day
ItemPercent
Jan€ 34
Feb€ 26
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 21
Aug€ 22
Sep€ 22
Oct€ 23
Nov€ 26
Dec€ 25
from
€23
per day
ItemPercent
Jan€ 31
Feb€ 32
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€ 31
Feb€ 32
Mar€ 20
Apr€ 23
May€ 21
Jun€ 20
Jul€ 21
Aug€ 22
Sep€ 21
Oct€ 22
Nov€ 22
Dec€ 32