• 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

Penang Car Rental Mini Guide

Located on the northwest coast next to Strait of Malacca, Penang is a separate state within Malaysia. With a rental car you can see much of the fascinating culture of the southeast Asian country. Indeed, many people come to Penang on their way through Malaysia to the famous Thailand island of Koh Phan Nang.

We recommend prebooking your car rental inadvance to make sure you receive the vehicle you require at the abolute best price and if you are hiring a car in Malaysia for the first time, we recommend reading our Drive Smart Malaysia guide to ensure you know the rules of the road and can drive safely in and around Penang.

Current Rental Rates in Penang

Proton Saga

4 Adults, 5 Doors

From 32.97 EUR/day
Proton Saga

7 Days rental at 230.80 EUR from 20/03/2023

  2 |
  Automatic |
  Yes

Proton Persona

5 Adults, 5 Doors

From 41.11 EUR/day
Proton Persona

7 Days rental at 287.83 EUR from 20/03/2023

  3 |
  Automatic |
  Yes

Honda Civic

5 Adults, 4 Doors

From 54.42 EUR/day
Honda Civic

7 Days rental at 380.95 EUR from 20/03/2023

  4 |
  Automatic |
  Yes

Honda BR-V

5 Adults, 5 Doors

From 71.66 EUR/day
Honda BR-V

7 Days rental at 501.65 EUR from 20/03/2023

  3 |
  Automatic |
  Yes

Toyota Camry

5 Adults, 4 Doors

From 91.37 EUR/day
Toyota Camry

7 Days rental at 639.60 EUR from 20/03/2023

  5 |
  Automatic |
  Yes

Useful to know about Penang

  • Penang is the second smallest state in Malaysia.
  • The name means island of the nut palm.
  • The state is also known as the ‘Pearl of the Orient’.
  • The state is found partly on the mainland and partly on Penang Island.
  • The city is a major banking centre in the Far East.

 

Popular car hire destinations in Penang

Best car rental companies in Penang

8.3
No.1: HAWK,
based on 604 reviews
86
86
84
72
85
13 min (average wait time)
7.7
No.2: KASINA,
based on 421 reviews
75
81
68
81
80
10 min (average wait time)
2.0
No.3: CAR RENTAL 2 GO,
based on 40 reviews
20
25
13
20
20
40 min (average wait time)

Penang car hire information

  • 8.4/10
    Best Rated Agent:
    Hawk Rent A Car
  • € 230.79
    Average price:
    (per week)
  • € 32.97
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Honda Civic
  • 5
    Total Cars Available
     

Average prices per day in Penang

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€ 47
February€ 49
March€ 49
April€ 40
May€ 42
June€ 41
July€ 40
August€ 43
September€ 40
October€ 39
November€ 38
December€ 37
ItemPercent
January€ 32
February€ 35
March€ 34
April€ 32
May€ 33
June€ 32
July€ 32
August€ 32
September€ 31
October€ 31
November€ 33
December€ 29
ItemPercent
January€ 80
February€ 79
March€ 79
April€ 68
May€ 71
June€ 71
July€ 68
August€ 74
September€ 68
October€ 66
November€ 68
December€ 69
ItemPercent
January€ 57
February€ 55
March€ 54
April€ 57
May€ 58
June€ 54
July€ 60
August€ 57
September€ 59
October€ 59
November
December
ItemPercent
January€ 30
February€ 30
March€ 29
April€ 28
May€ 29
June€ 25
July€ 26
August€ 29
September€ 23
October€ 23
November€ 23
December€ 24
ItemPercent
January€ 67
February
March
April€ 80
May€ 79
June€ 80
July€ 79
August€ 79
September€ 77
October€ 77
November
December
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:32084 NodeID:10402 pvCT_ID:32084 NodeID:10402 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 =10402 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=32084 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=32084 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Malaysia fo find you the best price and that's a promise...

from
€32
per day
ItemPercent
Jan€ 38
Feb€ 32
Mar€ 32
Apr€ 34
May€ 33
Jun€ 22
Jul€ 23
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 36
Dec€ 38
from
€33
per day
ItemPercent
Jan€ 37
Feb€ 30
Mar€ 31
Apr€ 31
May€ 32
Jun€ 25
Jul€ 24
Aug€ 37
Sep€ 38
Oct€ 38
Nov€ 39
Dec€ 38
from
€29
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 32
Apr€ 34
May€ 33
Jun€ 26
Jul€ 25
Aug€ 26
Sep€ 26
Oct€ 27
Nov€ 27
Dec€ 26
from
€30
per day
ItemPercent
Jan€ 31
Feb€ 29
Mar€ 29
Apr€ 32
May€ 30
Jun€ 22
Jul€ 28
Aug€ 31
Sep€ 32
Oct€ 32
Nov€ 32
Dec€ 32