3 concerns for MI ahead of the WPL 2023 playoffs

Mumbai Indians (MI) find themselves stuck in a rough spot after a dream start to the inaugural Women’s Premier League (WPL). The Harmanpreet Kaur-led side were off to a flier and secured qualification for the playoffs with ease after winning their first five matches. However, cracks have begun to surface in the team and they have now slumped to consecutive losses, risking their chances of a first-place finish after the league stage.

MI lost to UP Warriorz (UPW) by five wickets and then to the Delhi Capitals (DC) by nine wickets, which really highlighted their woes. Batting first in both games, MI were only able to amass 127 and 109 in those defeats and while the pitches have slowed down over use, their bowlers have not been able to back up the batters or put pressure on the opposition batters as well. With their heavy defeat against Meg Lanning and Co. on Monday, March 20, Mumbai have slipped to second spot and will have to secure a win in their last league match against the in-form Royal Challengers Bangalore (RCB) if they wish to put pressure on DC for the highly prized first spot.

On that note, let’s take a look at the three primary issues facing the Mumbai Indians ahead of the playoffs.


#1 Hayley Matthews and Saika Ishaque’s poor form

One of the major reasons why the franchise was flying high in the formative stages of the tournament was due to Hayley Matthews’ and Saika Ishaque‘s rich vein of form. The Caribbean all-rounder, a bargain buy in the auctions, was influential with both the bat and ball. She was among the best openers in the league and was well in the race for the Orange Cap.

However, she has slid of late, scoring only 52 runs in her last four matches. Ishaque, on the other hand, was addicted to taking wickets and had built quite a nest atop the Purple Cap standings as well. Much like her teammate Hayley Matthews, she has had a set of forgettable outings.

Wicketless across the last three encounters, the left-arm spinner conceded her Purple Cap to Sophie Ecclestone. Additionally, she endured the worst outing of the season in the previous encounter. She conceded 36 runs off her two overs to prolong the dry run.

MI will be hoping that the duo spring back into form ahead of the playoffs to improve their chances of winning the title.


#2 Wickets falling in clumps

Another concern for the team is their batting, particularly their lack of partnerships in the middle overs. During their defeat to the UP Warriorz, the team lost five wickets in the overs from 6-16. In their most recent outing against the Delhi Capitals, MI lost four wickets in the powerplay itself.

Even in their win over the Gujarat Giants (GG), they were not their convincing self with the bat, especially towards the end of the innings. In that case, they lost five wickets in the death overs, which is still conceivable considering that the platform was set and the batters had to go for boundaries. Losing wickets in a cluster in the powerplay or the middle overs is never a good sign for the batting unit.

This is something that the franchise will be looking to resolve as they have struggled on tough batting surfaces.


#3 The sheen of invincibility has gone

MI had a certain aura around them after announcing their arrival with a record win over the Gujarat Giants in the inaugural match of the tournament. They steamrolled opponents as the tournament progressed and their biggest strength was the fact that they showed absolutely no weaknesses. More than their defeats, the nature of those has worked against the team and in favor of their opponents.

The tame set of losses has spruced up opponents who will feel that they have more than just a chance against the former league leaders, completely devoid of momentum. They are set to face Royal Challengers Bangalore in their final league stage encounter on Tuesday, March 31 at the DY Patil Stadium. Will the Harmanpreet Kaur-led side finish at the top of the table after the end of the group stage?

Let us know what you think.

Poll :

0 votes

‘;});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ‘ votes’;}function updatePollCountOnAnswer(selectedOption) {var pollData = pollDataDefault;renderPollWidget(pollData, selectedOption, true);}function renderPollWidget(pollData, selectedOption, isAnswered) {if (!pollData) return;pollData.option1_count = pollData.option1_count || 0;pollData.option2_count = pollData.option2_count || 0;pollData.option3_count = pollData.option3_count || 0;pollData.option4_count = pollData.option4_count || 0;if (isAnswered) {if (selectedOption == “option1”) pollData.option1_count += 1;if (selectedOption == “option2”) pollData.option2_count += 1;if (selectedOption == “option3”) pollData.option3_count += 1;if (selectedOption == “option4”) pollData.option4_count += 1;}var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count);if (totalVotes && !Number.isNaN(totalVotes)) {var option1Percent = pollData.option1_count / totalVotes * 100;var option2Percent = pollData.option2_count / totalVotes * 100;var option3Percent = pollData.option3_count / totalVotes * 100;var option4Percent = pollData.option4_count / totalVotes * 100;var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent];var pollOptions = £(“#poll-options”);var pollCount = £(“#poll-count”);var pollOptionsDom = ”;var optionsArray = [‘option1’, ‘option2’];if (pollData.option3 !== “” && pollData.option3 !== null) {optionsArray.push(‘option3’)}if (pollData.option4 !== “” && pollData.option4 !== null) {optionsArray.push(‘option4’)}optionsArray.forEach(function (option, index) {var clickHandler = ‘onclick=”answerPoll(event, \” + option + ‘\’)”‘;var optionClass = [‘poll-option’];if (selectedOption) {optionClass.push(‘poll-option-answered’);clickHandler = ”;}if (selectedOption === option) {optionClass.push(‘poll-option-selected’);}pollOptionsDom += ”;if (selectedOption) {var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ?

5 : optionPercentages[index];if (selectedOption === option) {if (widthPercentage > 97) {pollOptionsDom += ‘‘;} else {pollOptionsDom += ‘‘;}} else {if (widthPercentage > 97) {pollOptionsDom += ‘‘;} else {pollOptionsDom += ‘‘;}}}pollOptionsDom += ‘

‘ + pollData[option] + ‘

‘;if (selectedOption) {pollOptionsDom += ‘

‘ + Math.round(optionPercentages[index]) + ‘%

‘;}pollOptionsDom += ”;});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ‘ votes’;if (totalVotes > 10) {pollCount.classList.remove(“hidden”);}trackArticlePollImpression(pollData);}}function answerPoll(e, selectedOption) {e.preventDefault();try{permutive.track(‘PollResponse’,{“pagetype”: “Articlepage”,”category”: “Cricket”,”answer”: {“text”: e.target.textContent},”question”: {“text”: pollDataDefault.question}});} catch (err) {console.log(err);}updatePollCountOnAnswer(selectedOption);var isDesktop = “1”;var gaPayload = {“question” : pollDataDefault.question,”answer” : e.target.textContent,”answer_option” : selectedOption.replace(“option”, “Option “),”category”: “Cricket”,”page_location”: window.location.href,}if (isDesktop) {gaPayload[“device”] = “Desktop”;} else {gaPayload[“device”] = “Mobile”;}gtag(“event”, “ARTICLE_POLL_RESPONSE”, gaPayload);var url = ‘https://a-gotham.sportskeeda.com/polls//response’;var data = {“poll_type”: “article”,”option”: selectedOption}pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false);}function trackSponsoredLinkClick(e) {}var articlePollImpressionTracked = false;function trackArticlePollImpression(pollData) {var pollElement = £(“#poll”);var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {if (articlePollImpressionTracked) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {articlePollImpressionTracked = true;var isDesktop = “1”;var gaPayload = {“question” : pollData.question,”category”: “Cricket”,”page_url”: window.location.href,}if (isDesktop) {gaPayload[“device”] = “Desktop”;} else {gaPayload[“device”] = “Mobile”;}gtag(“event”, “ARTICLE_POLL_IMPRESSION”, gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});if (pollElement){var isAnswered = pollElement.querySelector(“.poll-option-answered”);if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}}}]]>

Quick Links

More from Sportskeeda

“modalPopup.closeOnEsc = false;modalPopup.setHeader(“Why did you not like this content?”);modalPopup.setContentText(modalText);modalPopup.addCancelOkButton(“Submit”, resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {“post_id”: 1440896,”rating_value”: ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!£(‘input[name=”drone”]:checked’) || !£(‘input[name=”drone”]:checked’).value) {showErrorMessage(‘option’);return;}if (!£(“.post-rating-feedback-note textarea”) || !£(“.post-rating-feedback-note textarea”).value) {showErrorMessage(‘note’);return;}var selectedOption = £(‘input[name=”drone”]:checked’).value;var feedbackNote = £(“.post-rating-feedback-note textarea”).value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from(£all(‘.rating span.rating-star.active’));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove(“active”);}if (£(‘input[name=”drone”]:checked’)) {£(‘input[name=”drone”]:checked’).checked = false;}var userNote = document.querySelector(“.post-rating-feedback-note textarea”);userNote.value = ”;modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();£(“#post-rating-layout”).classList.add(“hidden”);£(“#post-rating-message”).classList.remove(“hidden”);window.setInterval(function showMessage() {£(“#post-rating-widget”).classList.add(“hidden”);}, 3000);}function onsaveRatingFail() {console.error(‘Saving post rating failed!’);modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(1440896);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie(“user_rated_post_ids”, JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie(‘user_rated_post_ids’);if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(1440896) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + ‘/rating/count’,function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject(“Failed to fetch rating count for the post:” + postId);} catch (err) {reject(“Failed to fetch rating count for the post:” + postId);}},function(err) {reject(“Failed to fetch rating count for the post:” + postId);}, true);});}function showErrorMessage(messageType) {var messageContainer + messageType + ‘-error’;£(messageContainerId).classList.remove(‘hidden’);window.setInterval(function () {£(messageContainerId).classList.add(“hidden”);}, 5000);}if (!isPostRatedByUser()) {getRatingCountByPostId(1440896).then(function(ratingCount) {if (ratingCount < 10) {£(“#post-rating-widget”).classList.remove(“hidden”);}}).catch(function(err){console.error(err);})}]]>

birmingham-airport-parking listed on couponmatrix.ukinsurance-2-go listed on couponmatrix.ukkukoon-rugs listed on couponmatrix.ukmaniere-de-voir listed on couponmatrix.ukmr-porter listed on couponmatrix.uktom-hixson listed on couponmatrix.uk
birmingham-airport-parking listed on couponmatrix.ukWhen you’re going away, the last thing you want is an expensive pre-flight transfer tacked onto all your other expenses - which is why leaving your own car with Birmingham Airport Parking is the best way to start your trip stress-free. Whether your budget is low or high, there’s a parking option for you and when you use a Birmingham Airport Parking promo code on us, you’ll get a great discount on everything from Valet to more basic services. You can trust your vehicle is being looked after by professional drivers at Birmingham Airport - choose Valet parking and have your car parked right outside the terminal ready for your return, so you can enjoy a delay-free journey. What’s more, Blue Badge holders are entitled to up to 60 minutes free parking within the Premium Set Down area.
insurance-2-go listed on couponmatrix.ukInsurance2go was initially launched to provide great value insurance products for mobile phones. Offering comprehensive cover via the internet, Insurance2go have massive savings over high street prices. It’s not just mobile phones that Insurance2go cover. They offer insurance services for laptops tablets, business insurance and smartphones. Having sold over 300000 policies and with an average score of 8.6 out of 10 on over 4000 reviews on Trustpilot Insurance 2go are amongst the most trusted name in online mobile phone insurance. Add on a Groupon discount code and you’ll get even better savings on Insurance2go’s already sensational prices! We’ve got a host of discount codes and offers with Insurance2go. Here are just some of the types of great money-saving offers we’ve had recently: • Save on mobile phone insurance at Insurance2go • Save on Phone insurance at Insurance2go • Save on business insurance at Insurance2go • Save on iPad and tablet insurance at Insurance2go Insurance2go is a dedicated technology insurance company with over 13 years of experience and offers superfast signup, instant cover and unlimited claims. They have over 6200 5-star reviews and with the facility to claim online, you can claim 24 hours a day, seven days a week, 365 days of the year. Offering reasonable premiums and a specialist service for technology, you’ll find the best prices and specific cover with Insurance2go, no matter what type of tech you’re looking to insure. Insurance2go offer cover for iPhones and phones made by other manufacturers. If your phone is less than 6 months old and you’re over 18 you’ll be eligible for the policy. Insurance2go do not cover phones bought second hand or outside the UK. You’ll have to provide proof of usage from your network provider and a proof of purchase for your cover to be applied. Sign up monthly for just £7.49 per month via direct debit or pay for 12 months for just £79.99 and enjoy all these benefits on your policy: • Loss • Theft • Accidental Damage • Malicious Damage • Liquid Damage • Mechanical Breakdown • Accessory Cover • Overseas cover • E-Wallet protection • Up to £1000 of cover for unauthorised calls, messages and downloads • Phone covered for use by you and your immediate family • 5-star rated policy • Immediate Cover • No Contract & admin fees • No limit on claims • Genuine monthly policies • Online Claims • Excess only £75 • 14 day cooling off period Laptops are super handy and you can take your work everywhere with you, but with so much portability they can be easy to damage and a target for thieves. Cover yourself for if the worst happens with the Laptop insurance policy from Insurance2go. What’s covered: • Loss • Theft • Accidental Damage • Malicious Damage • Liquid Damage • Overseas Cover • Accessory Cover • Equipment insured for use by you and your family • Immediate Cover • No contract & no admin fees • No Limit on claims • Genuinely monthly policies • Online claims • 14 day cooling off period Insure your tablet for home or away with Insurance2go’s tablet policy. Offering cover for all types of tablets including Apple, Samsung, Nokia, Acer, Sony, Huawei Microsoft, Asus and Google no matter what device you have you’ll be covered. With this policy you’ll be covered for theft, loss, damage, breakdowns and up to 90 days of overseas cover starting from just £5.99 per month. What’s covered: • Loss • Theft • Accidental Damage • Malicious damage • Liquid damage • Overseas Cover • Accessory cover • Equipment covered for use by you and your immediate family • Immediate Cover • No contract & admin fees • No limit on claims • Genuine monthly policies • Online Claims
kukoon-rugs listed on couponmatrix.ukA rug can do more for transforming a space than just about anything. From shabby chic rugs for a boho vibe to stylish geometric rugs to add an artistic touch, Kukoon Rugs has it all. Check out the indoor and outdoor rugs available to suit rooms and gardens of every size. If you shop with a Kukoon Rugs discount code, you’ll always get your home furnishings for the best price. With free delivery, 90-day returns and some great prices to boot, Kukoon Rugs should be at the top of your list for a home makeover.
maniere-de-voir listed on couponmatrix.ukMake a statement that’s as imposing streetside as it is online with Maniere De Voir, the clothing brand that brings a distinct, compelling edge to affordable fashion. From leather skirts to graffiti puffer jackets, you can stand out on every street corner for less with the latest Maniere De Voir discount code from Groupon. Fashioned by an in-house design team that puts passion and practicality at the forefront of their style, Maniere De Voir outfits are as commanding as they are comfortable.
mr-porter listed on couponmatrix.ukJoin the ranks of the stylish elite with a trip to Mr Porter. The number 1 sophistication destination for men everywhere, Mr Porter brings you the world's best designer labels on a fuss-free, inspiration-laden platform. Shop its range with a Mr Porter discount code from Groupon and you'll be sure to save money on your next piece of high-end tailoring and high-class footwear.
tom-hixson listed on couponmatrix.ukCalling all carnivores, Tom Hixson and its worldwide network of premier butchers are here to serve you! Supplying only the finest cuts of meats you know and love – be it beef, lamb, poultry or plenty else besides – rest assured you’re saving on some seriously good food with the latest Tom Hixson discount code to hand. Whether you’re holding a dinner party for close friends or getting the relatives together for some barbecued brisket, make your meat unmatched with a little help from Tom Hixson.