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);})}]]>

avery-brand-and-print listed on couponmatrix.ukcookhouse-and-pub listed on couponmatrix.ukodeon listed on couponmatrix.ukroyal-horticultural-society-rhs listed on couponmatrix.ukshell-energy listed on couponmatrix.uktoms listed on couponmatrix.uk
avery-brand-and-print listed on couponmatrix.ukCarrying on the legacy of Stan Avery, creator of the label, Avery We Print strives to provide labels and stickers in all shapes and sizes to accommodate the multitude of items in modern life that need them. With an Avery We Print promo code you could get all the labels you need for your business endeavours at a stellar discount, including varieties for jars, bags, boxes and other packaging – all available in a great assortment of materials and colours.
cookhouse-and-pub listed on couponmatrix.ukDine, drink and enjoy many an evening at your local Cookhouse & Pub, the family-friendly tavern that puts that little extra into every order. Keeping customers fed and merry from morning to night, any visitor will find themselves satisfied whilst saving with any of our phenomenal Cookhouse vouchers. So the next time Friday night rolls along and it’s time for a round with colleagues or an evening meal with the folks, check in at your nearest Cookhouse & Pub.
odeon listed on couponmatrix.ukWhile we’re all about streaming the latest blockbuster in our pyjamas, you really can’t beat the rush and excitement of the silver screen. ODEON has been bringing us the best in cinema since it opened its doors in 1930, and today it still delivers incredible experiences and boasts the most cutting-edge technology. Whether you’re filling a Saturday evening or celebrating a big birthday, use your ODEON discount code to save on tickets to see the best in upcoming films, as well as feast on delicious snacks, coffees and cocktails throughout your visit. With over 100 ODEON cinemas across the UK with incredible IMAX and iSense technology, you can’t beat an epic summer blockbuster or Halloween horror experienced on the big screen.
royal-horticultural-society-rhs listed on couponmatrix.ukIf you have anything more than a passing interest in gardens or gardening, then RHS membership is a must. Free entry to their four flagship sites includes a complimentary guest pass on top - and admission to over 200 partner gardens at selected times as well. Your membership alone will save you huge amounts, and our RHS vouchers will prune off even more of the overall cost - leaving you plenty of spare cash to spend on discounted seeds and plants for your own garden, which will go from strength to strength thanks to all the RHS tips and advice that are also included when you join.
shell-energy listed on couponmatrix.ukLook to tomorrow’s world with Shell Energy, the supplier who sources only 100% renewable electricity for millions nationwide. With a dedication to forward-thinking through eco-friendly energy sources, smart technology and top-coverage broadband, switching and saving is a no-brainer with the latest Shell Energy discount from Groupon. With loyalty discounts to reward their customers and boiler cover to help insure against any rainy days, it’s easy to see why so many stay with Shell.
toms listed on couponmatrix.ukWith a comprehensive offering of products from slip-ons, lace-ups, boots, wedges, and slippers as well as a wide range of sunglasses to fit all face shapes, TOMS is a one-stop-shop for foot and eyewear needs. So to help them help others, grab these a TOMS discount code and get spending.