91³Ô¹ÏÍø

Watch CBS News

Missing Clark, Fever soar past Lynx 74-59 to win WNBA Commissioner's Cup

Natasha Howard had 16 points, 12 rebounds and four assists on Tuesday night as the Indiana Fever defeated the Minnesota Lynx 74-59 in the WNBA Commissioner's Cup final.

The Fever were missing All-Star guard Caitlin Clark, who has been sidelined since June 24 with a strained groin. That didn't slow down the Fever, who overcame an early 13-point deficit with balanced scoring and a stout defensive performance against the team with the best record in the league.

Minnesota had its worst offensive performance of the season, shooting 34.9% from the floor and making 4-of-16 3-pointers after averaging 9.4 3-pointers this season.

Sophie Cunningham scored 13 points while Aliyah Boston, Aari McDonald and Kelsey Mitchell each scored 12 points.

Fever Lynx Basketball
Minnesota Lynx guard Courtney Williams (10), right, handles the ball as Indiana Fever guard Kelsey Mitchell (0) defends during the first half of the WNBA Commissioner's Cup championship basketball game Tuesday, July 1, 2025, in Minneapolis. Abbie Parr / AP

Alanna Smith led Minnesota with 15 points. Napheesa Collier had 12 points and nine rebounds, and Courtney Williams added 11 points but had six of the team's 16 turnovers.

Smith hit a 3-pointer and made an acrobatic layup to cap a 12-0 run that gave Minnesota an 18-9 lead.

The Lynx stretched their lead to 27-14 early in the second quarter. But they were held scoreless for the final 8:17 of the half, going 0 for 10 from the floor as the Fever stormed back. Cunningham hit a pair of 3s as Indiana closed the quarter on an 18-0 run to take a 32-27 lead at the half.

The Fever built their lead to double figures as Howard scored 10 points in the third quarter and the Lynx never got closer than seven the rest of the way.

When Minnesota rallied to cut their deficit to 60-51 midway through the fourth quarter, Cunningham buried her third 3-pointer of the night to silence the crowd and send the Fever on their way.

The Lynx beat the New York Liberty on the road in last year's Commissioner's Cup final. Minnesota earned home-court advantage this year by virtue of its league-best 14-2 record.

Fan favorite acrobat Red Panda was injured in a fall during her halftime performance.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });