{"id":3813,"date":"2026-03-06T23:02:01","date_gmt":"2026-03-06T23:02:01","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=3813"},"modified":"2026-03-08T23:19:11","modified_gmt":"2026-03-08T23:19:11","slug":"heal-in-marathon","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/heal-in-marathon\/","title":{"rendered":"How to Heal in Marathon"},"content":{"rendered":"\n<div style=\"margin-bottom:20px;\">\n  <div style=\"border-left:3px solid #f99926;padding:6px 12px;background:transparent;color:#ffffff;font-size:0.8em;font-style:italic;\">\n    <span style=\"color:#f99926;\"><strong>Note:<\/strong><\/span> This guide only covers Marathon healing actions, items, and support tools that Bungie has publicly named. No fake settings, no invented consumables.\n  <\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph\">Marathon punishes bad healing twice. You lose time, you lose resources, and if you patch up in the wrong spot you can also give away your position. Learning how to heal in Marathon is not just about pressing the right button. It is about knowing what the game actually calls its healing tools, where to restock them, and when to use them before a fight turns into a failed exfil.<\/p>\n\n\n\n<p class=\"intro-paragraph\">This guide covers how to heal in Marathon on PC and controller using only Bungie confirmed terminology: <strong>Smart Heal<\/strong>, <strong>Patch Kits<\/strong>, <strong>Shield Charges<\/strong>, and <strong>Triage<\/strong>. You will get the default heal input, the manual heal radial input, where to find more healing items, how crew support works, and the current troubleshooting caveat Marathon Help has published.<\/p>\n\n\n\n<style>\n  :root {\n    --c1: #f99926;\n    --c1a: rgba(249,153,38,0.1);\n    --c1b: rgba(249,153,38,0.8);\n    --c2: #080f1b;\n    --t1: #e4e6eb;\n    --t2: #b0b3b8;\n    --t3: #8a8d93;\n    --bg1: #0c131f;\n    --bg2: #080f1b;\n    --bl: #1c2635;\n    --ok: #28a745;\n    --wrn: #ffc107;\n    --err: #dc3545;\n    --inf: #17a2b8;\n    --crit: #ff4757;\n    --opt: #2ed573;\n  }\n\n  .hc {\n    background: linear-gradient(180deg, var(--bg1) 0%, rgba(12,19,31,0.6) 100%);\n    border: 1px solid var(--bl);\n    border-radius: 18px;\n    padding: 0;\n    margin: 40px 0;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 4px 30px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03);\n  }\n  .hc::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--crit), var(--c1) 50%, var(--opt));\n  }\n  .hc::after {\n    content: '';\n    position: absolute;\n    top: 3px; left: 0; right: 0;\n    height: 60px;\n    background: linear-gradient(180deg, rgba(249,153,38,0.04), transparent);\n    pointer-events: none;\n  }\n  .hc-grid {\n    display: flex;\n    flex-direction: column;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tc {\n    display: grid;\n    grid-template-columns: 220px 1fr;\n    grid-template-rows: auto auto auto;\n    align-items: start;\n    padding: 26px 32px;\n    border-bottom: 1px solid var(--bl);\n    background: transparent;\n    transition: background 0.3s ease, transform 0.3s ease;\n    position: relative;\n    overflow: visible;\n  }\n  .tc:last-child { border-bottom: none; }\n  .tc:hover { background: rgba(249,153,38,0.03); }\n  .tc::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 32px; right: 32px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(249,153,38,0.12), transparent);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n  .tc:hover::after { opacity: 1; }\n\n  .tc-tag {\n    display: inline-block;\n    padding: 4px 10px;\n    border-radius: 4px;\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 10px;\n    grid-column: 1;\n    grid-row: 1;\n    justify-self: start;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .tc:hover .tc-tag { transform: translateX(3px); }\n  .t-red { background: rgba(255,71,87,0.15); color: var(--crit); border: 1px solid rgba(255,71,87,0.15); }\n  .t-green { background: rgba(46,213,115,0.15); color: var(--opt); border: 1px solid rgba(46,213,115,0.15); }\n  .t-orange { background: var(--c1a); color: var(--c1); border: 1px solid rgba(249,153,38,0.12); }\n\n  .tc-name {\n    font-size: 20px;\n    font-weight: 800;\n    color: var(--t1);\n    margin-bottom: 2px;\n    grid-column: 1;\n    grid-row: 2;\n    transition: color 0.2s ease;\n  }\n  .tc:hover .tc-name { color: var(--c1); }\n  .tc-sub {\n    font-size: 12px;\n    color: var(--t3);\n    margin-bottom: 0;\n    grid-column: 1;\n    grid-row: 3;\n  }\n\n  .tc-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    grid-column: 2;\n    grid-row: 1 \/ 4;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    align-content: center;\n    align-items: center;\n    justify-content: flex-end;\n  }\n  .tc-list li {\n    padding: 8px 16px;\n    color: var(--t2);\n    font-size: 13px;\n    border-bottom: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0;\n    background: rgba(8,15,27,0.7);\n    border: 1px solid var(--bl);\n    border-radius: 8px;\n    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    backdrop-filter: blur(4px);\n    cursor: default;\n  }\n  .tc-list li:hover {\n    border-color: rgba(249,153,38,0.4);\n    color: var(--t1);\n    background: rgba(249,153,38,0.06);\n    box-shadow: 0 2px 16px rgba(249,153,38,0.1);\n    transform: translateY(-2px);\n  }\n  .fi {\n    width: 0; height: 0;\n    display: none; font-size: 0;\n    overflow: hidden;\n  }\n\n  .ve {\n    background: var(--bg1);\n    border-radius: 18px;\n    padding: 0;\n    margin: 35px 0;\n    border: 1px solid var(--bl);\n    overflow: hidden;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.15);\n    transition: box-shadow 0.3s ease;\n  }\n  .ve:hover { box-shadow: 0 4px 32px rgba(0,0,0,0.25); }\n  .ve-title {\n    text-align: left;\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--t1);\n    margin: 0;\n    padding: 20px 28px;\n    border-bottom: 1px solid var(--bl);\n    background: rgba(249,153,38,0.03);\n    position: relative;\n  }\n  .ve-title::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 0; bottom: 0;\n    width: 3px;\n    background: var(--c1);\n  }\n  .sg {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 0; padding: 0;\n  }\n  .sc {\n    background: transparent;\n    border-radius: 0;\n    padding: 16px 28px;\n    border: none;\n    border-bottom: 1px solid rgba(28,38,53,0.6);\n    border-right: 1px solid rgba(28,38,53,0.6);\n    transition: background 0.3s ease, padding-left 0.3s ease;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  }\n  .sc:nth-child(2n) { border-right: none; }\n  .sc:nth-last-child(-n+2) { border-bottom: none; }\n  .sc:hover {\n    background: rgba(249,153,38,0.025);\n    padding-left: 32px;\n  }\n  .sc-name {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--t1);\n    margin-bottom: 3px;\n    transition: color 0.2s ease;\n  }\n  .sc:hover .sc-name { color: var(--c1); }\n  .sc-hint {\n    font-size: 11px;\n    color: var(--t3);\n  }\n  .sv {\n    padding: 6px 14px;\n    border-radius: 6px;\n    font-size: 12px;\n    font-weight: 800;\n    white-space: nowrap;\n    letter-spacing: 0.2px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .sc:hover .sv {\n    transform: scale(1.05);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n  }\n  .sv-off { background: rgba(46,213,115,0.12); color: var(--opt); border: 1px solid rgba(46,213,115,0.1); }\n  .sv-on { background: rgba(251,191,36,0.12); color: var(--wrn); border: 1px solid rgba(251,191,36,0.1); }\n  .sv-nat { background: rgba(23,162,184,0.12); color: var(--inf); border: 1px solid rgba(23,162,184,0.1); }\n  .sv-low { background: rgba(255,71,87,0.1); color: var(--crit); border: 1px solid rgba(255,71,87,0.08); }\n\n  .ctm {\n    background: var(--bg1);\n    border-radius: 18px;\n    overflow: hidden;\n    margin: 28px 0;\n    border: 1px solid var(--bl);\n    box-shadow: 0 2px 20px rgba(0,0,0,0.15);\n    transition: box-shadow 0.3s ease;\n  }\n  .ctm:hover { box-shadow: 0 4px 32px rgba(0,0,0,0.25); }\n  .ctm-head {\n    background: linear-gradient(135deg, var(--c1) 0%, #e88a1e 100%);\n    padding: 18px 24px;\n    text-align: left;\n    position: relative;\n    overflow: hidden;\n  }\n  .ctm-head::after {\n    content: '';\n    position: absolute;\n    top: -20px; right: -20px;\n    width: 100px; height: 100px;\n    background: rgba(255,255,255,0.08);\n    border-radius: 50%;\n  }\n  .ctm-title {\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--c2);\n    margin: 0;\n    position: relative;\n    z-index: 1;\n  }\n  .mt {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .mt thead th {\n    background: rgba(8,15,27,0.5);\n    padding: 14px 18px;\n    text-align: left;\n    font-weight: 700;\n    color: var(--c1);\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    border-bottom: 1px solid rgba(249,153,38,0.15);\n  }\n  .mt thead th:first-child { padding-left: 24px; }\n  .mt tbody td {\n    padding: 14px 18px;\n    color: var(--t2);\n    border-bottom: 1px solid rgba(28,38,53,0.6);\n    font-size: 14px;\n    vertical-align: top;\n    transition: background 0.2s ease, padding-left 0.2s ease;\n  }\n  .mt tbody td:first-child { padding-left: 24px; }\n  .mt tbody tr { transition: background 0.2s ease; }\n  .mt tbody tr:hover { background: rgba(249,153,38,0.04); }\n  .mt tbody tr:hover td:first-child { padding-left: 28px; }\n  .mt tbody tr:last-child td { border-bottom: none; }\n  .th {\n    background: var(--c1a);\n    color: var(--c1);\n    padding: 3px 10px;\n    border-radius: 5px;\n    font-weight: 800;\n    font-size: 12px;\n    display: inline-block;\n    border: 1px solid rgba(249,153,38,0.12);\n    transition: background 0.2s ease;\n  }\n  .mt tbody tr:hover .th { background: rgba(249,153,38,0.18); }\n\n  .sbs {\n    background: var(--bg1);\n    border: 1px solid var(--bl);\n    border-radius: 18px;\n    padding: 32px;\n    margin: 35px 0;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.15);\n    position: relative;\n    overflow: hidden;\n  }\n  .sbs::before {\n    content: '';\n    position: absolute;\n    left: 52px;\n    top: 100px;\n    bottom: 60px;\n    width: 1px;\n    background: linear-gradient(180deg, var(--c1) 0%, rgba(249,153,38,0.05) 100%);\n    z-index: 0;\n  }\n  .sbs-title {\n    text-align: center;\n    font-size: 22px;\n    font-weight: 900;\n    color: var(--c1);\n    margin-bottom: 28px;\n    position: relative;\n    z-index: 1;\n  }\n  .si {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 0;\n    padding: 20px 0;\n    position: relative;\n    z-index: 1;\n  }\n  .si-num {\n    width: 44px;\n    height: 44px;\n    background: var(--bg1);\n    border: 2px solid var(--c1);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--c1);\n    flex-shrink: 0;\n    box-shadow: 0 0 0 4px var(--bg1);\n    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n  .si:hover .si-num {\n    background: var(--c1);\n    color: var(--c2);\n    box-shadow: 0 0 0 4px var(--bg1), 0 0 20px rgba(249,153,38,0.3);\n    transform: scale(1.1);\n  }\n  .si-title {\n    font-size: 17px;\n    font-weight: 800;\n    color: var(--t1);\n    margin-bottom: 5px;\n    transition: color 0.25s ease, transform 0.25s ease;\n  }\n  .si:hover .si-title {\n    color: var(--c1);\n    transform: translateX(4px);\n  }\n  .si-desc {\n    color: var(--t2);\n    font-size: 14px;\n    line-height: 1.65;\n    margin: 0;\n    transition: transform 0.25s ease;\n  }\n  .si:hover .si-desc { transform: translateX(4px); }\n\n  .wb {\n    background: rgba(220,53,69,0.05);\n    border: 1px solid rgba(220,53,69,0.15);\n    border-left: 3px solid var(--err);\n    border-radius: 4px 14px 14px 4px;\n    padding: 22px 24px 22px 22px;\n    margin: 28px 0;\n    position: relative;\n    overflow: hidden;\n    transition: border-left-width 0.2s ease, background 0.2s ease;\n  }\n  .wb:hover {\n    border-left-width: 5px;\n    background: rgba(220,53,69,0.07);\n  }\n  .wb::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; bottom: 0;\n    width: 60px;\n    background: linear-gradient(90deg, rgba(220,53,69,0.04), transparent);\n    pointer-events: none;\n  }\n  .wb-head {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 10px;\n    position: relative;\n    z-index: 1;\n  }\n  .wb-title {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--err);\n    margin: 0;\n  }\n  .wb-text {\n    color: var(--t2);\n    font-size: 14px;\n    line-height: 1.7;\n    margin: 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tb {\n    background: rgba(40,167,69,0.05);\n    border: 1px solid rgba(40,167,69,0.15);\n    border-left: 3px solid var(--ok);\n    border-radius: 4px 14px 14px 4px;\n    padding: 22px 24px 22px 22px;\n    margin: 28px 0;\n    position: relative;\n    overflow: hidden;\n    transition: border-left-width 0.2s ease, background 0.2s ease;\n  }\n  .tb:hover {\n    border-left-width: 5px;\n    background: rgba(40,167,69,0.07);\n  }\n  .tb::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; bottom: 0;\n    width: 60px;\n    background: linear-gradient(90deg, rgba(40,167,69,0.04), transparent);\n    pointer-events: none;\n  }\n  .tb-head {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 10px;\n    position: relative;\n    z-index: 1;\n  }\n  .tb-title {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--ok);\n    margin: 0;\n  }\n  .tb-text {\n    color: var(--t2);\n    font-size: 14px;\n    line-height: 1.7;\n    margin: 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  @media (max-width: 1024px) {\n    .tc { grid-template-columns: 180px 1fr; padding: 22px 24px; }\n  }\n\n  @media (max-width: 768px) {\n    .hc { border-radius: 14px; margin: 28px 0; }\n    .tc {\n      grid-template-columns: 1fr;\n      padding: 22px 20px;\n      gap: 4px;\n    }\n    .tc-tag { grid-column: 1; grid-row: 1; }\n    .tc-name { grid-column: 1; grid-row: 2; font-size: 18px; }\n    .tc-sub { grid-column: 1; grid-row: 3; margin-bottom: 14px; }\n    .tc-list {\n      grid-column: 1;\n      grid-row: 4;\n      justify-content: flex-start;\n      margin-top: 0;\n    }\n    .tc-list li { font-size: 12px; padding: 6px 12px; }\n\n    .ve { border-radius: 14px; }\n    .ve-title { padding: 16px 20px; font-size: 15px; }\n    .sg { grid-template-columns: 1fr; }\n    .sc {\n      border-right: none !important;\n      padding: 14px 20px;\n    }\n    .sc:last-child { border-bottom: none; }\n    .sc:hover { padding-left: 24px; }\n\n    .ctm { border-radius: 14px; }\n    .ctm-head { padding: 14px 18px; }\n    .ctm-title { font-size: 14px; }\n    .mt { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n    .mt thead th { padding: 12px 14px; font-size: 10px; white-space: nowrap; }\n    .mt thead th:first-child { padding-left: 18px; }\n    .mt tbody td { padding: 12px 14px; font-size: 13px; min-width: 110px; }\n    .mt tbody td:first-child { padding-left: 18px; min-width: 100px; }\n    .mt tbody tr:hover td:first-child { padding-left: 18px; }\n\n    .sbs { border-radius: 14px; padding: 24px 20px; }\n    .sbs::before { left: 40px; top: 88px; }\n    .sbs-title { font-size: 19px; margin-bottom: 22px; }\n    .si-num { width: 40px; height: 40px; font-size: 14px; }\n    .si { gap: 16px; padding: 16px 0; }\n    .si-title { font-size: 15px; }\n    .si-desc { font-size: 13px; }\n\n    .wb, .tb { padding: 18px 18px 18px 16px; margin: 22px 0; border-radius: 4px 12px 12px 4px; }\n    .wb-title, .tb-title { font-size: 15px; }\n    .wb-text, .tb-text { font-size: 13px; }\n  }\n\n  @media (max-width: 480px) {\n    .hc { margin: 20px 0; }\n    .tc { padding: 18px 16px; }\n    .tc-name { font-size: 16px; }\n    .tc-list { gap: 6px; }\n    .tc-list li { font-size: 11px; padding: 5px 10px; }\n\n    .ve-title { padding: 14px 16px; font-size: 14px; }\n    .sc { padding: 12px 16px; }\n    .sc-name { font-size: 13px; }\n    .sv { font-size: 11px; padding: 5px 10px; }\n\n    .ctm-head { padding: 12px 14px; }\n    .mt thead th { padding: 10px 12px; }\n    .mt tbody td { padding: 10px 12px; font-size: 12px; }\n\n    .sbs { padding: 20px 16px; }\n    .sbs::before { left: 34px; }\n    .si-num { width: 36px; height: 36px; font-size: 13px; }\n    .si { gap: 14px; padding: 14px 0; }\n    .si-title { font-size: 14px; }\n    .si-desc { font-size: 12px; line-height: 1.6; }\n\n    .wb, .tb { padding: 16px 14px 16px 14px; }\n    .wb-title, .tb-title { font-size: 14px; }\n    .wb-text, .tb-text { font-size: 12px; }\n  }\n<\/style>\n\n<div class=\"hc\">\n  <div class=\"hc-grid\">\n    <div class=\"tc\">\n      <span class=\"tc-tag t-red\">Default Input<\/span>\n      <h3 class=\"tc-name\">Smart Heal<\/h3>\n      <p class=\"tc-sub\">The Main Self Heal Action<\/p>\n      <ul class=\"tc-list\">\n        <li><span class=\"fi\">\u2328\ufe0f<\/span> 4 On Keyboard By Default<\/li>\n        <li><span class=\"fi\">\ud83c\udfae<\/span> Down On D-Pad By Default<\/li>\n        <li><span class=\"fi\">\ud83e\udde0<\/span> Uses Best Available Item<\/li>\n        <li><span class=\"fi\">\ud83d\udede<\/span> Hold The Input For Heal Radial<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"tc\">\n      <span class=\"tc-tag t-green\">Healing Economy<\/span>\n      <h3 class=\"tc-name\">Patch Kits And Shield Charges<\/h3>\n      <p class=\"tc-sub\">The Confirmed Healing Consumables<\/p>\n      <ul class=\"tc-list\">\n        <li><span class=\"fi\">\ud83d\udce6<\/span> Bring Healing Into Runs<\/li>\n        <li><span class=\"fi\">\ud83d\uddfa\ufe0f<\/span> Outskirts Containers Favor Heals<\/li>\n        <li><span class=\"fi\">\u267b\ufe0f<\/span> Unstable Materials Trade For More<\/li>\n        <li><span class=\"fi\">\ud83d\udeaa<\/span> Depleted Ones Do Not Exfil<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"tc\">\n      <span class=\"tc-tag t-orange\">Crew Support<\/span>\n      <h3 class=\"tc-name\">Triage<\/h3>\n      <p class=\"tc-sub\">The Official Field Medic Shell<\/p>\n      <ul class=\"tc-list\">\n        <li><span class=\"fi\">\ud83e\ude7a<\/span> Deployable Healing Drones<\/li>\n        <li><span class=\"fi\">\ud83d\udd04<\/span> Onboard Reboot Abilities<\/li>\n        <li><span class=\"fi\">\u2694\ufe0f<\/span> Combat Buffs For Team Play<\/li>\n        <li><span class=\"fi\">\ud83e\udd1d<\/span> Best Support Pick For Crews<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Healing Matters In Marathon<\/strong><\/h2>\n\n\n\n<p>Bungie tells players to bring plenty of ammo and healing items because you will not find much in-run. That single detail changes how you should think about survival in Marathon. Healing is not a free reset button. It is a resource you prepare before the match, protect during the match, and replace before the next fight catches you low.<\/p>\n\n\n\n<p>There is also a positioning cost. Bungie warns that healing is one of the many actions in Marathon that makes noise, which means bad timing can turn a safe reset into a free audio cue for another crew. The best Marathon healing habits are efficient, quiet, and planned around the next engagement rather than the last one.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Heal In Marathon<\/strong><\/h2>\n\n\n\n<p>If you want the direct answer to how to heal in Marathon, it starts with <strong>Smart Heal<\/strong>. Bungie says Smart Heal uses the most effective item for your situation. On the default controls Bungie published, that means pressing <strong>4 on keyboard<\/strong> or <strong>Down on the D-Pad<\/strong> on controller.<\/p>\n\n\n\n<div class=\"ve\">\n  <h3 class=\"ve-title\">Marathon Healing Quick Reference<\/h3>\n  <div class=\"sg\">\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Smart Heal<\/div>\n        <div class=\"sc-hint\">Fastest Way To Recover Mid Run<\/div>\n      <\/div>\n      <span class=\"sv sv-on\">4 \/ Down D-Pad<\/span>\n    <\/div>\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Manual Heal Selection<\/div>\n        <div class=\"sc-hint\">Open The Heal Radial<\/div>\n      <\/div>\n      <span class=\"sv sv-nat\">Hold 4 \/ Down<\/span>\n    <\/div>\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Smart Heal Behavior<\/div>\n        <div class=\"sc-hint\">Bungie Official Description<\/div>\n      <\/div>\n      <span class=\"sv sv-off\">Best Available Item<\/span>\n    <\/div>\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Confirmed Healing Items<\/div>\n        <div class=\"sc-hint\">Publicly Named Consumables<\/div>\n      <\/div>\n      <span class=\"sv sv-nat\">Patch Kits \/ Shield Charges<\/span>\n    <\/div>\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Best Loot Route For Heals<\/div>\n        <div class=\"sc-hint\">Where Bungie Tells You To Look<\/div>\n      <\/div>\n      <span class=\"sv sv-on\">Outskirts Containers<\/span>\n    <\/div>\n    <div class=\"sc\">\n      <div>\n        <div class=\"sc-name\">Guaranteed Restock Option<\/div>\n        <div class=\"sc-hint\">Fallback Resource Route<\/div>\n      <\/div>\n      <span class=\"sv sv-low\">Unstable Materials<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Smart Heal Is The Main Heal Button<\/strong><\/h3>\n\n\n\n<p>Smart Heal is the core Marathon healing action. You press it and the game uses the most effective item you currently have for your situation. That is the fastest answer for players who just want to stop bleeding time in a fight and get back to movement, looting, or a retreat route.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hold The Input To Open The Heal Radial<\/strong><\/h3>\n\n\n\n<p>If you want more control over what gets consumed, hold the same default input instead of tapping it. Bungie says that opens the heal radial so you can manually pick a specific item. That matters any time you want to manage your remaining healing more deliberately instead of letting Smart Heal decide for you.<\/p>\n\n\n\n<div class=\"tb\">\n  <div class=\"tb-head\">\n    <span style=\"font-size:26px;\">\ud83d\udca1<\/span>\n    <h4 class=\"tb-title\">These Are Default Inputs, Not Hard Locked Inputs<\/h4>\n  <\/div>\n  <p class=\"tb-text\">There is no need to hunt for a fake healing settings menu just to start recovering. Smart Heal is an in-match action. On PlayStation, Marathon also lists full controller remapping and control reminders, so if your current bind differs from Down on the D-Pad, use your own Smart Heal bind instead of assuming the default is still active.<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Healing Options Are Confirmed In Marathon<\/strong><\/h2>\n\n\n\n<p>If you are searching for Marathon medkits, the official names you actually want are <strong>Patch Kits<\/strong> and <strong>Shield Charges<\/strong>. Those are the healing consumables Bungie publicly calls out in its current Marathon starter tips, and they are the names worth using if you want clean, accurate terminology.<\/p>\n\n\n\n<div class=\"ctm\">\n  <div class=\"ctm-head\">\n    <h3 class=\"ctm-title\">Confirmed Marathon Healing Options<\/h3>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"mt\">\n    <thead>\n      <tr>\n        <th>Healing Option<\/th>\n        <th>What It Is<\/th>\n        <th>What Bungie Confirms<\/th>\n        <th>Why It Matters<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Smart Heal<\/strong><\/td>\n        <td>Main Heal Action<\/td>\n        <td>Uses the most effective item for your situation<\/td>\n        <td>Fastest self-heal input in Marathon<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Patch Kits<\/strong><\/td>\n        <td>Consumable<\/td>\n        <td>Publicly named healing item and barter option<\/td>\n        <td>Part of the core healing economy you should stock before runs<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Shield Charges<\/strong><\/td>\n        <td>Consumable<\/td>\n        <td>Publicly named healing item and barter option<\/td>\n        <td>Part of the core healing economy you should stock before runs<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Triage<\/strong><\/td>\n        <td>Runner Shell<\/td>\n        <td>Field medic shell with healing drones, reboot abilities, and combat buffs<\/td>\n        <td>The official support option for keeping allies alive<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Patch Kits And Shield Charges Are The Official Consumable Names<\/strong><\/h3>\n\n\n\n<p>That matters because early game guides love inventing generic labels. If you want accurate Marathon healing language, stick to <strong>Patch Kits<\/strong> and <strong>Shield Charges<\/strong>. Those are the public item names Bungie uses when it talks about healing, bartering, and exfil value.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Triage Is The Team Healing Option<\/strong><\/h3>\n\n\n\n<p>If your question is really how to heal teammates in Marathon, the official answer is <strong>Triage<\/strong>. Bungie describes Triage as the field medic shell that keeps itself and allies alive with deployable healing drones, onboard reboot abilities, and combat buffs. If your crew wants a dedicated support shell, this is the one Marathon publicly frames that way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where To Find Healing Items In Marathon<\/strong><\/h2>\n\n\n\n<p>Bungie is direct here. Bring plenty of healing items before you load into a run because you will not find many once you are in match. If you start light on sustain, Smart Heal can only work with whatever resources you bothered to bring in with you.<\/p>\n\n\n\n<p>When you do need to restock, the best public tip Bungie gives is simple: <strong>containers on the outskirts are more likely to have healing items<\/strong>. That means wide routes are not just safer from a PvP perspective. They are also better when your next priority is surviving long enough to reset your inventory.<\/p>\n\n\n\n<p>The guaranteed fallback is bartering. Bungie says <strong>Unstable Materials<\/strong> can always be traded in for ammo, Patch Kits, and Shield Charges. If you are deciding between greed and survival, that trade route is one of the most reliable reasons to hold Unstable Materials until you know what your run needs next.<\/p>\n\n\n\n<div class=\"tb\">\n  <div class=\"tb-head\">\n    <span style=\"font-size:26px;\">\ud83d\udce6<\/span>\n    <h4 class=\"tb-title\">Do Not Carry Depleted Heals Into Exfil Thinking They Matter<\/h4>\n  <\/div>\n  <p class=\"tb-text\">Bungie specifically says depleted Patch Kits and Shield Charges do not exfil with you, even for credits. That is why Bungie also recommends using them liberally and dropping them at the end of a run if you need the bag space for something more valuable.<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Healing Mistakes That Get You Killed In Marathon<\/strong><\/h2>\n\n\n\n<p>Marathon healing is simple mechanically and punishing tactically. Most bad healing decisions come from timing, sound, or supply management. The button is easy. The context around that button is what gets players eliminated.<\/p>\n\n\n\n<div class=\"wb\">\n  <div class=\"wb-head\">\n    <span style=\"font-size:26px;\">\u26a0\ufe0f<\/span>\n    <h4 class=\"wb-title\">Healing Makes Noise In Marathon<\/h4>\n  <\/div>\n  <p class=\"wb-text\">Bungie includes healing in the list of actions that create noise. That means a panic heal in the wrong spot can be just as dangerous as a loud reload or a door you should not have touched. The safest heal is the one you take after breaking line of sight, not the one you force because you are standing still in the open.<\/p>\n<\/div>\n\n\n\n<div class=\"ctm\">\n  <div class=\"ctm-head\">\n    <h3 class=\"ctm-title\">Common Marathon Healing Errors<\/h3>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"mt\">\n    <thead>\n      <tr>\n        <th>Mistake<\/th>\n        <th>Why It Backfires<\/th>\n        <th>Better Habit<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Healing In The Open<\/strong><\/td>\n        <td>Healing makes noise and can help another crew track you<\/td>\n        <td>Break line of sight first, then reset<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Queueing With Too Few Heals<\/strong><\/td>\n        <td>Bungie says you will not find many healing items in-run<\/td>\n        <td>Bring real sustain before deployment<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Ignoring Outskirts Containers<\/strong><\/td>\n        <td>You skip the route Bungie says is better for healing items<\/td>\n        <td>Go wide when your next problem is survival<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Forgetting To Barter<\/strong><\/td>\n        <td>You sit on Unstable Materials while running low on recovery<\/td>\n        <td>Convert them into Patch Kits and Shield Charges before you are desperate<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Using A Terminal Mid Heal<\/strong><\/td>\n        <td>Marathon Help currently lists a soft-lock risk during healing animation<\/td>\n        <td>Finish the heal, then interact with the terminal<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Marathon Healing Step By Step<\/strong><\/h2>\n\n\n\n<div class=\"sbs\">\n  <h3 class=\"sbs-title\">How To Stay Healed In Marathon<\/h3>\n  <div class=\"si\">\n    <div class=\"si-num\">1<\/div>\n    <div>\n      <div class=\"si-title\">Bring Healing Into The Run<\/div>\n      <p class=\"si-desc\">Bungie says you will not find a lot of healing items in-run, so the cleanest Marathon healing strategy starts before the match even begins. Do not rely on luck to fix a bad load-in.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\">\n    <div class=\"si-num\">2<\/div>\n    <div>\n      <div class=\"si-title\">Use Smart Heal For Fast Recovery<\/div>\n      <p class=\"si-desc\">Press 4 on keyboard or Down on the D-Pad by default to use Smart Heal. Bungie says this uses the most effective item for your situation, which makes it the fastest answer when you need to recover and move.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\">\n    <div class=\"si-num\">3<\/div>\n    <div>\n      <div class=\"si-title\">Hold The Same Input For Manual Selection<\/div>\n      <p class=\"si-desc\">If you want tighter control over what gets consumed, hold the Smart Heal input instead of tapping it. That opens the heal radial so you can manually pick a Patch Kit or Shield Charge.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\">\n    <div class=\"si-num\">4<\/div>\n    <div>\n      <div class=\"si-title\">Route Through The Outskirts When You Are Low<\/div>\n      <p class=\"si-desc\">Bungie says outskirts containers are more likely to have healing items. When you are weak and understocked, a wide route is often smarter than forcing central loot or a noisy chase.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\">\n    <div class=\"si-num\">5<\/div>\n    <div>\n      <div class=\"si-title\">Trade Unstable Materials Before You Are Empty<\/div>\n      <p class=\"si-desc\">Unstable Materials can always be turned into ammo, Patch Kits, and Shield Charges. Use that barter path proactively instead of waiting until one more bad fight leaves you with no recovery at all.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\">\n    <div class=\"si-num\">6<\/div>\n    <div>\n      <div class=\"si-title\">Pick Triage If Your Crew Needs A Medic<\/div>\n      <p class=\"si-desc\">For team play, Triage is Marathon&#8217;s official field medic shell. Bungie says it keeps itself and allies alive with healing drones, onboard reboot abilities, and combat buffs.<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"si\" style=\"margin-bottom:0;\">\n    <div class=\"si-num\">7<\/div>\n    <div>\n      <div class=\"si-title\">Avoid Terminal Interactions Mid Heal<\/div>\n      <p class=\"si-desc\">Marathon Help currently lists a soft-lock issue if a player uses a terminal during a healing animation. Finish the heal first, then interact with the terminal once the animation is over.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>If Marathon Healing Feels Delayed On PC<\/strong><\/h2>\n\n\n\n<p>If Smart Heal feels inconsistent on PC, the game mechanic may not be the only problem. Frame time spikes can make any defensive input feel late, which is why cleaning up <a href=\"https:\/\/hone.gg\/blog\/pc-stuttering-in-games\/\">micro stutters<\/a> matters just as much as knowing the right button.<\/p>\n\n\n\n<p>It also helps to aim for a performance target your system can actually hold in combat. A stable frame rate is more useful than a flashy average that collapses under pressure, and this breakdown of <a href=\"https:\/\/hone.gg\/blog\/good-fps-for-gaming\/\">good FPS for gaming<\/a> is a practical baseline when you are <a href=\"https:\/\/hone.gg\/blog\/best-marathon-settings\/\">tuning Marathon for consistent fights<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>How to heal in Marathon is straightforward once you cut out the noise. Use <strong>Smart Heal<\/strong> on the default <strong>4<\/strong> key or <strong>Down on the D-Pad<\/strong>, hold the same input when you want the heal radial, keep <strong>Patch Kits<\/strong> and <strong>Shield Charges<\/strong> stocked before a run, and route toward outskirts containers or barter <strong>Unstable Materials<\/strong> when supplies get thin.<\/p>\n\n\n\n<p>The harder part is discipline. Healing makes noise, sustain is limited, and Bungie&#8217;s official support shell for keeping allies alive is <strong>Triage<\/strong>. Once you understand those rules, Marathon healing stops feeling random and starts feeling like a system you can actually control.<\/p>\n\n\n\n<div style=\"background: linear-gradient(135deg, #f99926 0%, #ff6b35 100%); border-radius: 20px; padding: 40px; margin: 40px 0; text-align: center; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: -30px; right: -30px; width: 150px; height: 150px; background: rgba(255,255,255,0.1); border-radius: 50%;\"><\/div>\n  <div style=\"position: absolute; bottom: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%;\"><\/div>\n  <div style=\"position: relative; z-index: 1;\">\n    <h3 style=\"color: #080f1b; font-size: 28px; font-weight: 900; margin-bottom: 15px;\">Keep Marathon Feeling Responsive With Hone<\/h3>\n    <p style=\"color: #080f1b; font-size: 16px; margin-bottom: 25px; max-width: 650px; margin-left: auto; margin-right: auto; opacity: 0.95;\">Learning the right heal flow helps, but system side stutter can still make every defensive input feel worse than it should. Hone can help <a href=\"https:\/\/hone.gg\/blog\/optimize-pc-for-gaming\/\" style=\"color: #080f1b; text-decoration: underline;\">clean up the PC side of that equation<\/a>.<\/p>\n    <a href=\"https:\/\/hone.gg\/\" style=\"display: inline-block; background: #080f1b; color: #f99926; padding: 15px 40px; border-radius: 30px; font-weight: 900; font-size: 16px; text-decoration: none;\">Try Hone Free<\/a>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the heal button in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The default heal action in Marathon is <strong>Smart Heal<\/strong>. Bungie lists the default input as <strong>4 on keyboard<\/strong> or <strong>Down on the D-Pad<\/strong> on controller. If you changed your controls on supported platforms, use your current Smart Heal bind instead of assuming the default is still active.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How do you open the heal radial in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Hold the default Smart Heal input instead of tapping it. Bungie says holding <strong>4<\/strong> on keyboard or <strong>Down on the D-Pad<\/strong> opens the heal radial so you can manually choose a specific healing item.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What does Smart Heal do in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>According to Bungie, Smart Heal uses the <strong>most effective item for your situation<\/strong>. It is the main Marathon healing action for fast self recovery during a run.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What healing items are confirmed in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The publicly named Marathon healing consumables are <strong>Patch Kits<\/strong> and <strong>Shield Charges<\/strong>. Those are the item names Bungie uses in its official starter tips and bartering advice.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Where do you find healing items in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Bungie says you should bring healing items into the run because you will not find many in-run. When you need more, <strong>containers on the outskirts<\/strong> are more likely to hold healing items, and <strong>Unstable Materials<\/strong> can always be traded in for Patch Kits and Shield Charges.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can you heal teammates in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>For team support, Bungie&#8217;s official healing shell is <strong>Triage<\/strong>. Bungie describes Triage as the field medic shell that keeps itself and allies alive with deployable healing drones, onboard reboot abilities, and combat buffs.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Do depleted Patch Kits and Shield Charges exfil in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>No. Bungie says depleted Patch Kits and Shield Charges do <strong>not<\/strong> exfil with you, even for credits. That is why Bungie recommends using them liberally and dropping them at the end of the run if you need bag space.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why is my heal not working near a terminal in Marathon<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Marathon Help currently lists a known issue where players can become soft-locked if they use a terminal during a healing animation. The current workaround is simple: do not interact with the terminal while using a Patch Kit or Shield Charge.<\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide covers how to heal in Marathon on PC and controller using only Bungie confirmed terminology: Smart Heal, Patch Kits, Shield Charges, and Triage. You will get the default heal input, the manual heal radial input, where to find more healing items, how crew support works, and the current troubleshooting caveat Marathon Help has published.<\/p>\n","protected":false},"author":2,"featured_media":3833,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3813","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pc-optimization"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=3813"}],"version-history":[{"count":2,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3813\/revisions"}],"predecessor-version":[{"id":3823,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3813\/revisions\/3823"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/3833"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=3813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=3813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=3813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}