Carlson School of Management logo

Prepare to lead in one year

MASTER OF SCIENCE IN SUPPLY CHAIN MANAGEMENT

""
A woman in a navy blazer stands confidently with arms crossed in a bright hallway.
""
""
""
""

START DATE
August

FORMAT
On-campus

DURATION
12 months

GMAT/GRE
Optional

Program snapshot

Request more information

Cultivate the skills, knowledge, and tools to engineer supply chains that drive success in one rigorous year with Minnesota Carlson’s MS in Supply Chain Management. 

Cultivate the skills, knowledge, and tools to engineer supply chains that drive success in one rigorous year with Carlson School’s MS in Supply Chain Management.

  • START DATE: August
  • FORMAT: On-campus
  • DURATION: 12 months
  • GMAT/GRE: Optional

By submitting this form, I am agreeing that Minnesota Carlson may contact me by phone and SMS text at the telephone number provided. I understand this consent is not a condition to attend Minnesota Carlson.  University of Minnesota privacy policy  |  Minnesota Carlson privacy notice 

Designed to advance your career

Boost your leadership skills, strengthen your strategic and analytical capabilities to manage end-to-end supply chains, and apply your learnings in a capstone project for real-world clients. Plus, gain access to world-class faculty members and connect to a network of future supply chain leaders to leverage throughout the rest of your career.  

Two students and a staff member smiling and talking in an office setting with plants and a maroon wall in the background.

#5

Best Supply Chain Management Masters in the U.S., QS World Ranking (2026)

Student smiling and holding a portfolio in a bright classroom, with classmates working in the background.
""
""

#8

Best Supply Chain Graduate Program in North America, Gartner (2024)

Lead in one year. Apply today.

Apply early to give yourself the best chance to join Minnesota Carlson.

Application Deadlines:

  • December 1
  • February 15
  • April 15 - final deadline for international applicants
  • June 15
  • July 15 - final deadline for domestic applicants
Start an applicationWatch an information sessionSchedule 1:1 appointment

Knowledge to create business value

The Carlson MS in Finance prepares students to turn complex financial information into business value. 

  • #16 Master in Finance in the United States, 
    QS World University Ranking (2022)

  • 100% of 2019 and 2020 grads received job offers within 180 days of graduation

  • 10 or 16 months to complete
Explore graduate certificatesDiscover more grad programs

Explore Carlson's variety of graduate-level offerings to find the right one for you.

Not the program you're looking for?

"My experience at Carlson played a key role in my transition from supply chain execution to supply chain strategy. The program provided me with a deeper understanding of end-to-end supply chain dynamics, data-driven decision-making, and strategic problem-solving, all of which helped position me for my career move and promotion."

Sarah Buck, ’23 MS SCM, Senior Director, Supply Chain Enablement, Best Buy

Sarah Buck

Minnesota Carlson Advantage

""
""
""
""
""

Receive one-to-one faculty support

Gain resume-worthy experience working with real client companies

Build a global perspective through international learning opportunities

Join an international network of 62,000+ esteemed alumni

Prepare for your best career with lifetime coaching services

Minnesota Carlson shares a commitment to imagination, engagement, and ambition. Our approach connects students to unique experiential learning opportunities, dynamic international education programs, and a vibrant network of businesses throughout the state and beyond. 

New Scholarships for Fall 2024

MS in Supply Chain Management applicants for this fall who are residing and authorized to work in the United States can be considered for 15% merit-based scholarships. Additionally, a limited number of 50% merit-based scholarships are also available. U.S. military members/veterans and employees from our 11 corporate partners are automatically eligible for a 15% tuition discount.

Applicants are invited to submit an essay with their application  to be considered for one of the 15% or 50% merit-based scholarships. Two letters of recommendation are also required for scholarship consideration. 

MS in Supply Chain Management scholarships are not transferable to other degree programs and may not be "stacked" with other scholarships or discounts. 

NEW: Guaranteed 15% tuition discount for fall 2026 Supply Chain Management applicants who submit and complete their application by February 15, 2026. Start your application today.

*MS SCM applicants who reside in, and are authorized to work in, the United States qualify for a guaranteed 15% tuition discount.

Minnesota Carlson
University of Minnesota
Minnesota Carlson logo
(function() { function onReady(fn) { if(document.readyState == 'complete' || document.readyState == 'loaded') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } }; function slideUp(el, ms) { var endHeight = el.offsetHeight; var style = getComputedStyle(el); var mTop = parseInt(style.marginTop); var mBottom = parseInt(style.marginBottom); var pTop = parseInt(style.paddingTop); var pBottom = parseInt(style.paddingBottom); var cHeight = endHeight - mTop - mBottom - pTop - pBottom; el.style.overflowY = 'hidden'; el.style.display = 'block'; endHeight += mTop + mBottom; var height = endHeight; var t = 16; tween(endHeight * t / ms, false); function handleTween(style, n, amount) { var c = parseInt(getComputedStyle(el)[style]); if(c - n < 0) { el.style[style] = '0px'; height -= n; var r = n - c; tween(amount, r); } else { el.style[style] = (c - n) + 'px'; height -= n; setTimeout(function() { tween(amount, false) }, t); } }; function tween(amount, remainder) { var n = (remainder === false ? amount : remainder); if(mBottom != 0 && pBottom + cHeight + pTop + mTop < height && height <= mBottom + pBottom + cHeight + pTop + mTop) { handleTween('marginBottom', n, amount); } else if(pBottom != 0 && cHeight + pTop + mTop < height && height <= pBottom + cHeight + pTop + mTop) { handleTween('paddingBottom', n, amount); } else if(cHeight != 0 && pTop + mTop < height && height <= cHeight + pTop + mTop) { handleTween('height', n, amount); } else if(pTop != 0 && mTop < height && height <= pTop + mTop) { handleTween('paddingTop', n, amount); } else if(mTop != 0 && 0 < height && height <= mTop) { handleTween('marginTop', n, amount); } else if(height <= 0) { el.style.overflowY = ''; el.style.marginTop = ''; el.style.marginBottom = ''; el.style.paddingTop = ''; el.style.paddingBottom = ''; el.style.height = ''; el.style.display = ''; } }; }; function slideDown(el, ms) { var height = 0; el.style.display = 'block'; var endHeight = el.offsetHeight; var style = getComputedStyle(el); var mTop = parseInt(style.marginTop); var mBottom = parseInt(style.marginBottom); var pTop = parseInt(style.paddingTop); var pBottom = parseInt(style.paddingBottom); var cHeight = endHeight - mTop - mBottom - pTop - pBottom; endHeight += mTop + mBottom; el.style.overflowY = 'hidden'; el.style.marginTop = '0px'; el.style.marginBottom = '0px'; el.style.paddingTop = '0px'; el.style.paddingBottom = '0px'; el.style.height = '0px'; var t = 16; tween(endHeight * t / ms, false); function handleTween(style, n, v, amount) { var c = parseInt(getComputedStyle(el)[style]); if(c + n > v) { el.style[style] = v + 'px'; height += n; var r = c + n - v; tween(amount, r); } else { el.style[style] = (c + n) + 'px'; height += n; setTimeout(function() { tween(amount, false) }, t); } }; function tween(amount, remainder) { var n = (remainder === false ? amount : remainder); if(mTop != 0 && 0 <= height && height < mTop) { handleTween('marginTop', n, mTop, amount); } else if(pTop != 0 && mTop <= height && height < pTop + mTop) { handleTween('paddingTop', n, pTop, amount); } else if(cHeight != 0 && pTop + mTop <= height && height < pTop + mTop + cHeight) { handleTween('height', n, cHeight, amount); } else if(pBottom != 0 && pTop + mTop + cHeight <= height && height < pTop + mTop + cHeight + pBottom) { handleTween('paddingBottom', n, pBottom, amount); } else if(mBottom != 0 && pTop + mTop + cHeight + pBottom <= height && height < pTop + mTop + cHeight + pBottom + mBottom) { handleTween('marginBottom', n, mBottom, amount); } else if(pTop + mTop + cHeight + pBottom + mBottom <= height) { el.style.overflowY = ''; el.style.marginTop = ''; el.style.marginBottom = ''; el.style.paddingTop = ''; el.style.paddingBottom = ''; el.style.height = ''; } }; }; function slideToggle(el, ms) { if(getComputedStyle(el)['display'] == 'none') { slideDown(el, ms); } else { slideUp(el, ms); } }; function toggleClass(el, class1, class2) { if(el.classList) { if(el.classList.contains(class1)) { el.classList.remove(class1); el.classList.add(class2); } else { el.classList.remove(class2); el.classList.add(class1); } } else { if(new RegExp('(^| )' + class1 + '( |$)', 'gi').test(el.className)) { el.className = el.className.replace(new RegExp('(^|\\b)' + class1 + '(\\b|$)', 'gi'), ' '); el.className += ' ' + class2; } else { el.className = el.className.replace(new RegExp('(^|\\b)' + class2 + '(\\b|$)', 'gi'), ' '); el.className += ' ' + class1; } } }; function headerClick() { var time = 300; menu = document.getElementById('umnhf-alt-n'); slideToggle(menu, time); } function footerClick() { var time = 300; if(getComputedStyle(this)['cursor'] == 'pointer') { var links = this.nextElementSibling; toggleClass(this, 'umnhf-f-title-opened', 'umnhf-f-title-closed'); slideToggle(links, time); var opened = document.querySelectorAll('.umnhf-f-cl > .umnhf-f-title.umnhf-f-title-opened'); if(opened.length > 1) { for(var i = 0; i < opened.length; i++) { if(opened[i] !== this) { var other = opened[i]; var otherLinks = other.nextElementSibling; toggleClass(other, 'umnhf-f-title-opened', 'umnhf-f-title-closed'); slideUp(otherLinks, time); } } } } }; onReady(function() { var UMN_UTIL = {}, mobileSearch = false; UMN_UTIL.hasClass = function (ele,cls) { return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)')); }; UMN_UTIL.addClass = function (ele,cls) { if (!UMN_UTIL.hasClass(ele,cls)) ele.className += " "+cls; }; UMN_UTIL.removeClass = function (ele,cls) { if (UMN_UTIL.hasClass(ele,cls)) { var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)'); ele.className=ele.className.replace(reg,' '); } }; var umnhf = document.getElementById('umnhf-h'), searchForm = document.getElementById('umnhf-h-search'), searchButton = document.getElementById('umnhf-m-search'); if (umnhf && searchButton) { //searchButton.setAttribute("href", "#"); searchButton.onclick = function (event) { if (!mobileSearch) { UMN_UTIL.addClass(searchForm, 'mobile'); UMN_UTIL.addClass(searchButton, 'mobile'); searchButton.innerHTML = ' Hide'; mobileSearch = true; } else { UMN_UTIL.removeClass(searchForm, 'mobile'); UMN_UTIL.removeClass(searchButton, 'mobile'); searchButton.innerHTML = 'Search'; mobileSearch = false; } event.preventDefault(); event.returnValue = false; return false; }; } // Slide open/close footer links var titles = document.querySelectorAll('#umnhf-f .umnhf-f-cl > .umnhf-f-title'); for(var i = 0; i < titles.length; i++) { titles[i].addEventListener('click', footerClick); } // Add event listener to alternate header. var mlink = document.getElementById('umnhf-alt-um'); if (typeof mlink !== "undefined" && mlink !== null && mlink.value !== '') { mlink.addEventListener('click', headerClick); } // Set the current year as copyright date. document.getElementById('cdate').innerHTML = new Date().getFullYear(); }); })();