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
7 Days rental at 954.27 EUR from 22/05/2023
Toyota Altis
5 Adults, 3 Doors
From 162.14 EUR/day
7 Days rental at 1135.00 EUR from 22/05/2023
Honda Civic
5 Adults, 5 Doors
From 185.38 EUR/day
7 Days rental at 1297.66 EUR from 22/05/2023
Toyota Camry
5 Adults, 4 Doors
From 203.45 EUR/day
7 Days rental at 1424.15 EUR from 22/05/2023
Toyota Fortuner
5 Adults, 5 Doors
From 222.38 EUR/day
7 Days rental at 1556.68 EUR from 22/05/2023
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
49 min (average wait time)
Khao Lak car hire information
-
€ 954.24
Average price:
(per week)
-
€ 136.32
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 87 |
---|
February | € 104 |
---|
March | € 85 |
---|
April | € 87 |
---|
May | € 80 |
---|
June | € 25 |
---|
July | € 26 |
---|
August | € 32 |
---|
September | € 32 |
---|
October | € 39 |
---|
November | € 39 |
---|
December | € 42 |
---|
Item | Percent |
---|
January | € 142 |
---|
February | € 172 |
---|
March | € 143 |
---|
April | € 145 |
---|
May | € 137 |
---|
June | € 49 |
---|
July | € 51 |
---|
August | € 56 |
---|
September | € 55 |
---|
October | |
---|
November | |
---|
December | € 60 |
---|
Item | Percent |
---|
January | € 77 |
---|
February | € 87 |
---|
March | € 73 |
---|
April | € 74 |
---|
May | € 68 |
---|
June | € 35 |
---|
July | € 36 |
---|
August | € 32 |
---|
September | € 32 |
---|
October | € 39 |
---|
November | € 39 |
---|
December | € 47 |
---|
Item | Percent |
---|
January | € 81 |
---|
February | € 99 |
---|
March | € 81 |
---|
April | € 27 |
---|
May | € 21 |
---|
June | € 20 |
---|
July | € 21 |
---|
August | € 26 |
---|
September | € 26 |
---|
October | € 33 |
---|
November | € 33 |
---|
December | € 37 |
---|
Item | Percent |
---|
January | € 132 |
---|
February | € 160 |
---|
March | € 133 |
---|
April | € 135 |
---|
May | € 127 |
---|
June | € 49 |
---|
July | € 51 |
---|
August | € 56 |
---|
September | € 55 |
---|
October | € 63 |
---|
November | € 63 |
---|
December | € 63 |
---|
Item | Percent |
---|
January | € 142 |
---|
February | € 172 |
---|
March | € 143 |
---|
April | € 145 |
---|
May | € 137 |
---|
June | € 49 |
---|
July | € 51 |
---|
August | € 56 |
---|
September | € 55 |
---|
October | |
---|
November | |
---|
December | € 60 |
---|
*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
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.