• 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 Khao Lak

Khao Lak is a tranquil part of Thailand, far removed from the bustle of Phuket to the south. There, beautiful, unspoilt, and uncrowded beaches tempt you to slip into a hammock and doze in the cool breeze. Once refreshed, you can hire a car and explore the coastline, discovering the wildlife of the national park that hugs the coast.

Some may want to spend a few days on board one of the diving boats and discover the underwater beauty of the Similan Islands. Whatever you do there, you will come away at peace with yourself having unwound completely.

Phuket Airport is the nearest airport to Khao Lak with direct flights to/from Kuala Lumpur, Singapore, Hong Kong, Australia, and Bangkok.

Current Rental Rates in Khao Lak

Toyota Vios

5 Adults, 3 Doors

From 136.32 EUR/day
Toyota Vios

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

  3 |
  Automatic |
  Yes

Toyota Altis

5 Adults, 3 Doors

From 162.14 EUR/day
Toyota Altis

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

  4 |
  Automatic |
  Yes

Honda Civic

5 Adults, 5 Doors

From 185.38 EUR/day
Honda Civic

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

  3 |
  Automatic |
  Yes

Toyota Camry

5 Adults, 4 Doors

From 203.45 EUR/day
Toyota Camry

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

  5 |
  Automatic |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 222.38 EUR/day
Toyota Fortuner

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

  5 |
  Automatic |
  Yes

Useful to know about Khao Lak

  • Some of the best diving in Asia is found in the Similan Islands, reachable from Khao Lak.
  • Khao Lak is accessed from Phuket Airport 45 miles to the south.
  • It’s one of the quieter resorts in Thailand and appeals to those who want relaxation.
  • It was one of the places worst affected by the 2004 Tsunami. Over 4,000 people died locally.
  • Khao Lak is home to the Saori Foundation, set up to help women victims of the tsunami.

 

Popular car hire destinations in Khao Lak

Best car rental companies in Khao Lak

9.2
No.1: BUDGET,
based on 14 reviews
90
90
80
90
90
49 min (average wait time)

Khao Lak car hire information

  • 9.2/10
    Best Rated Agent:
    Budget TH Direct
  • € 954.24
    Average price:
    (per week)
  • € 136.32
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Toyota Altis
  • 5
    Total Cars Available
     

Average prices per day for car hire in Khao Lak

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€ 87
February€ 104
March€ 85
April€ 87
May€ 80
June€ 25
July€ 26
August€ 32
September€ 32
October€ 39
November€ 39
December€ 42
ItemPercent
January€ 142
February€ 172
March€ 143
April€ 145
May€ 137
June€ 49
July€ 51
August€ 56
September€ 55
October
November
December€ 60
ItemPercent
January€ 77
February€ 87
March€ 73
April€ 74
May€ 68
June€ 35
July€ 36
August€ 32
September€ 32
October€ 39
November€ 39
December€ 47
ItemPercent
January€ 81
February€ 99
March€ 81
April€ 27
May€ 21
June€ 20
July€ 21
August€ 26
September€ 26
October€ 33
November€ 33
December€ 37
ItemPercent
January€ 132
February€ 160
March€ 133
April€ 135
May€ 127
June€ 49
July€ 51
August€ 56
September€ 55
October€ 63
November€ 63
December€ 63
ItemPercent
January€ 142
February€ 172
March€ 143
April€ 145
May€ 137
June€ 49
July€ 51
August€ 56
September€ 55
October
November
December€ 60
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Khao Lak

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