• 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

Walsall Mini Guide

Walsall is a great place to hire a car as it is within easy driving distance of Birmingham. We offer car hire Walsall in this West Midlands town which is part of the Black Country. Walsall is mainly industrial but you can use your rental vehicle to explore parts of the Staffordshire countryside. Two Airports are close by Birmingham and East Midlands, rental cars can be collected from either or from Walsall itself. 

Current Rental Rates in Walsall

Kia Picanto

4 Adults, 3 Doors

From 30.58 EUR/day
Kia Picanto

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

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 32.10 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 34.65 EUR/day
Opel Astra

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

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 57.16 EUR/day
Kia Ceed

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

  3 |
  Automatic |
  Yes

Useful to know about Walsall

  • Has a population of nearly 200,000 people
  • Is twinned with Mulhouse in France
  • Has 2 museums, one of which is dedicated to all things leather

 

Popular car hire destinations in Walsall

Best car rental companies in Walsall

7.4
No.1: HERTZ,
based on 3034 reviews
80
70
60
70
70
17 min (average wait time)
7.2
No.2: FIREFLY,
based on 174 reviews
79
75
68
65
77
22 min (average wait time)

Walsall car hire information

  • 7.4/10
    Best Rated Agent:
    Hertz EMEA Corporate
  • € 214.06
    Average price:
    (per week)
  • € 30.58
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 4
    Total Cars Available
     

Average prices per day for car hire in Walsall

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€ 46
February€ 40
March€ 43
April€ 37
May€ 49
June€ 58
July€ 74
September€ 62
October€ 50
November€ 57
December€ 63
ItemPercent
January€ 30
February€ 29
March€ 30
April€ 26
May€ 37
June€ 37
July€ 38
September€ 36
October€ 36
November€ 51
December€ 45
ItemPercent
January€ 38
February
March
April
May
June
July
September
October
November
December
ItemPercent
January€ 51
February€ 41
March€ 44
April€ 35
May€ 60
June€ 52
July€ 69
September€ 59
October€ 52
November€ 48
December€ 51
ItemPercent
January€ 28
February€ 28
March€ 29
April€ 27
May€ 35
June€ 26
July€ 36
September€ 37
October€ 35
November€ 49
December€ 43
ItemPercent
January€ 53
February€ 45
March€ 63
April€ 34
May€ 87
June€ 44
July€ 69
September€ 62
October€ 58
November€ 49
December€ 51
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Walsall

Page_Load: CT_ID:171365 NodeID:20582 pvCT_ID:171365 NodeID:20582 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 =20582 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=171365 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=171365 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 UK fo find you the best price and that's a promise...

from
€59
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 39
Apr€ 49
May€ 50
Jun€ 91
Jul€ 98
Aug€ 96
Sep€ 55
Oct€ 55
Nov€ 43
Dec€ 58
from
€39
per day
ItemPercent
Jan€ 41
Feb€ 38
Mar€ 41
Apr€ 36
May€ 43
Jun€ 41
Jul€ 47
Aug€ 47
Sep€ 42
Oct€ 30
Nov€ 30
Dec€ 34
from
€41
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 40
Apr€ 37
May€ 45
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
from
€60
per day
ItemPercent
Jan€ 36
Feb€ 38
Mar€ 37
Apr€ 62
May€ 85
Jun€ 100
Jul€ 98
Aug€ 83
Sep€ 53
Oct€ 54
Nov€ 38
Dec€ 42