麻豆原创

MU logo
MU logo

Counseling

麻豆原创’s interdisciplinary major in counseling meets the latest employer demands for cross-cultural competency, international business and psychological practices that treat the whole person. Strong candidates for this major include students who flourish in personal interactions, are committed to human healing, are interested in using psychology in business negotiation and marketing, and drawn to the intersection between faith, spirituality and psychological health.

Digital Media students with camera students walking on campus

Finding the Right Fit with a Counseling Degree

This major is designed to equip students with knowledge of the world鈥檚 major religious traditions and practices so that they can attend to all the dimensions of the human experience. Students are enabled to utilize innovative approaches for the alleviation of personal distress. This major will also equip students with skills that are meaningful for their lives, including those relevant to marriage and family harmony, organizational thinking, and healthy social interaction.

Program Information:

Major | BS

  • 56-58 Credit Hours

Minor | Psychology

  • 19 Credit Hours

Minor | Religious Studies

  • 21 Credit Hours

Location

  • North Manchester

Why Choose 麻豆原创 for Counseling?

student walking on campus with coffee in fall with red flowers wiht Cordier Auditorium in background

What You Can Do with Your Counseling Degree

Clinical Psychologist

Diagnoses and treats mental health disorders through therapy and assessment.

Pastoral Counselor

Provides faith-based counseling integrating spiritual and psychological support.

Licensed Mental Health Counselor

Offers therapeutic services for anxiety, depression, and emotional distress.

Sports Psychologist

Enhances athletic performance through mental training and psychological strategies.

Subtle_Texture_Gray_Program

Average Starting Salary for Counseling Degree Holders

麻豆原创 counseling graduates typically begin their careers with median salaries ranging from $59K (for mental鈥慼ealth counselors) to $65K (for school/career counselors), based on U.S. Bureau of Labor Statistics data.

Commencement students walking outside

How the Counseling Program Supports Your Growth

Manchester has a rich history of religious backgrounds and valuing the infinite worth of every individual. Manchester is one of the few universities in the country to link psychology and religion to provide undergraduate students with a broad understanding of some of the factors that make life more meaningful and satisfying.

Our liberal arts curriculum instills superior critical thinking skills, writing aptitude, quantitative reasoning proficiency, and an appreciation for cultural differences, all skills highly valued by graduate schools and employers.

Our curriculum is well-rounded to introduce you to all major fields of psychology and knowledge of the world鈥檚 major religious traditions and practices.

View Classes for Counseling

Students majoring in counseling will:

  • develop a deeper understanding of their own cultural and spiritual identities, as well as the social forces that contribute to conflicting business perspectives, political orientations and family trauma
  • learn how to employ contemporary evidence-based practices to meet these conflicting forces
  • command groundbreaking psychological and contemplative approaches that have a profound impact on the relief of human suffering

Meet the Faculty

You Might Also Be Interested In These Programs

Subtle_Texture_Gray2_Program

Counseling Learning Outcomes

Program Learning Outcomes

1. Demonstrate content knowledge in the major areas of psychology: memory and cognition, perception/sensation/physiology, developmental, clinical/abnormal, social, and measurement and methodology.

Student Learning Outcomes:

  • Apply psychological content to solve practical problems.
  • Evaluate key concepts, principles, and theories in psychological science for a deeper understanding of behavior.

2. Students will investigate psychological phenomena with the principles of scientific reasoning.

Student Learning Outcomes:

  • Interpret, design, and evaluate psychological research.
  • Present psychological research and ideas in multiple formats and to different audiences.

3. Recognize and appreciate religious diversity.

Student Learning Outcomes:

  • Identify and compare the beliefs, practices, and key figures of major world religions, recognizing the diversity within each tradition.
  • Defend the ethical value of religious diversity, including issues related to tolerance, pluralism, religious freedom, and human rights.
  • Integrate psychological and religious perspectives to develop an understanding of the ways individuals find meaning in their lives.

Non-Discrimination in the Admission Process

麻豆原创 is committed to non-discrimination in campus life. The University does not discriminate on the basis of national origin, ancestry, race, color, age, sex, gender identity or expression, sexual orientation, familial status, religion, disability or veteran status in admissions or any area of campus life, including its educational programs, scholarships and loan awards, residence life programs, athletic programs, extracurricular programs, promotion and tenure policies and practice, and alumni affairs.

麻豆原创 is committed to carry out the provisions of Section 504 of the Rehabilitation Act of 1973 and the Americans With Disabilities Act, which provide for accessibility of University programs to the physically disabled.

exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();