91³Ô¹ÏÍø

Watch CBS News

Iowa's Caitlin Clark entering WNBA draft, skipping final season of NCAA eligibility

Iowa Hawkeye's star Caitlin Clark will enter the 2024 WNBA draft, making this her final collegiate season, she announced Thursday.

The announcement comes one day after Clark passed Lynette Woodard to become the all-time leading scorer in women's Division I college basketball — although Woodard's previous record of 3,649 is not recognized by the NCAA as it did not govern women's basketball when she played.

"It is impossible to fully express my gratitude to everyone who has supported me during my time at Iowa — my teammates, who made the last four years the best; my coaches, trainers and staff who always let me be me; Hawkeye fans who filled Carver every night; and everyone who came out to support us across the country, especially the young kids," Clark said in a statement posted on social media.

Caitlin Clark sets women's Division I scoring record
Caitlin Clark of the University of Iowa Hawkeyes cheers on a teammate on Wednesday, Feb. 28, 2024, at Williams Arena on the campus of the University of Minnesota in Minneapolis. Carlos Gonzalez/Star Tribune via Getty Images

Clark is expected by many to be the No. 1 pick in the draft, set for April 15 in New York City. If those predictions are correct Clark will be headed to Indianapolis for the start of her pro career, as the Indiana Fever have the first pick in the WNBA draft for the second season in a row.

But Clark noted in her announcement, "this season is far from over and we have a lot more goals to achieve."

The Hawkeyes began the week ranked No. 6 in the country and in second place in the Big Ten, with just one game left in the regular season. After that, the Hawkeyes will move on to the Big Ten tournament and then the NCAA Tournament, where the Hawkeyes were the runner-up in 2023 after falling to the LSU Tigers in the finals.

Clark also has a huge individual accolade in her sights, as she sits just 18 points away from breaking the all-time Division 1 scoring record of 3,667 held by Pete Maravich. 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });