• 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

Maun Mini Guide

Maun is in the Kalahari Desert and in the province of Ngami. It is the third largest town in Botswana. It has its own Airport, Maun International Airport, although the number of airlines that fly there are limited.  If you are looking at driving further afield you may benefit from booking a one-way rental, i.e., pickup the car in Maun and drop it off in another city or airport.  4 x 4 rental cars are a very popular option so ensure you book as early as possible.

Current Rental Rates in Maun

Toyota Yaris

4 Adults, 3 Doors

From 38.51 EUR/day
Toyota Yaris

7 Days rental at 269.58 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Toyota Corolla Quest

5 Adults, 4 Doors

From 46.11 EUR/day
Toyota Corolla Quest

7 Days rental at 322.77 EUR from 24/07/2023

  4 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 5 Doors

From 55.23 EUR/day
Toyota Yaris

7 Days rental at 386.61 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Toyota Corolla Quest

5 Adults, 4 Doors

From 55.23 EUR/day
Toyota Corolla Quest

7 Days rental at 386.61 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Toyota Fortuner

5 Adults, 5 Doors

From 140.16 EUR/day
Toyota Fortuner

7 Days rental at 981.13 EUR from 24/07/2023

  5 |
  Automatic |
  Yes

Useful to know about Maun

  • Maun airport is the primary arrival airport in Botswana, despite not being the capital
  • Hertz are the only car hire company based at Maun Airport offering 5 different types of rental car
  • The most popular type of hire car at Maun Airport is from the Economy class, Volkswagen Polo or similar due largely to its low price
  • The Toyota Fortuner or Rav4 are popular models for those needing a 4x4 rental in Maun

 

Popular car hire destinations in Maun

Best car rental companies in Maun

5.5
No.2: HERTZ,
based on 17 reviews
68
55
40
48
61
15 min (average wait time)
5.5
No.1: HERTZ,
based on 17 reviews
68
55
40
48
61
15 min (average wait time)

Maun car hire information

  • 5.4/10
    Best Rated Agent:
    Hertz
  • € 269.57
    Average price:
    (per week)
  • € 38.51
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Toyota Corolla Quest
  • 5
    Total Cars Available
     

Average prices per day in Maun

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€ 80
February€ 76
March€ 85
April€ 84
May€ 89
June€ 92
July€ 90
August€ 90
September€ 90
October€ 90
November€ 87
December€ 88
ItemPercent
January€ 45
February€ 49
March€ 51
April€ 55
May€ 48
June€ 49
July€ 55
August€ 49
September€ 47
October€ 48
November€ 50
December€ 43
ItemPercent
January€ 130
February€ 135
March€ 137
April€ 138
May€ 133
June€ 145
July€ 138
August€ 142
September€ 133
October€ 136
November€ 132
December€ 132
ItemPercent
January€ 70
February€ 76
March€ 78
April€ 75
May€ 66
June€ 83
July€ 51
August€ 81
September€ 76
October€ 79
November€ 77
December€ 77
ItemPercent
January€ 89
February€ 90
March€ 92
April€ 113
May€ 101
June€ 123
July
August€ 121
September€ 109
October€ 111
November€ 108
December€ 108
ItemPercent
January€ 116
February€ 108
March€ 120
April€ 118
May€ 114
June€ 118
July€ 115
August€ 116
September€ 115
October€ 116
November€ 112
December€ 107
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4427 NodeID:27254 pvCT_ID:4427 NodeID:27254 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 =27254 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4427 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4427 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 Botswana fo find you the best price and that's a promise...

from
€41
per day
ItemPercent
Jan€ 30
Feb€ 29
Mar€ 38
Apr€ 39
May€ 38
Jun€ 46
Aug€ 45
Sep€ 45
Oct€ 46
Nov€ 45
Dec€ 45
from
€42
per day
ItemPercent
Jan€ 38
Feb€ 37
Mar€ 38
Apr€ 39
May€ 38
Jun€ 46
Aug€ 45
Sep€ 45
Oct€ 46
Nov€ 45
Dec€ 45
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent