CINXE.COM
About Disability Ratings | Veterans Affairs
<!DOCTYPE html><!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--><!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--><!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--><!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><!-- layout: page.drupal.liquid path: disability/about-disability-ratings entityId: 866 --><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Preconnecting required origins: https://web.dev/uses-rel-preconnect/ --> <link rel="preconnect" href="https://www.googletagmanager.com"> <!-- Index only pages on production. --> <!-- Add metatags. --> <!-- Canonical URL --> <link rel="canonical" href="https://www.va.gov/disability/about-disability-ratings/"> <!-- Last updated --> <meta name="DC.Date" scheme="W3CDTF" content="2024-11-05"> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/disability/about-disability-ratings/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="We assign you a disability rating based on the severity of your service-connected condition. We use your disability rating to determine how much disability compensation you’ll receive each month, as well as your eligibility for other VA benefits.If you have multiple disability ratings, we use them to calculate your combined VA disability rating. Calculating your combined disability rating involves more than adding up your individual ratings. That’s why your combined rating may be different from the sum of your individual ratings."> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="We assign you a disability rating based on the severity of your service-connected condition. We use your disability rating to determine how much disability compensation you’ll receive each month, as well as your eligibility for other VA benefits.If you have multiple disability ratings, we use them to calculate your combined VA disability rating. Calculating your combined disability rating involves more than adding up your individual ratings. That’s why your combined rating may be different from the sum of your individual ratings."> <meta property="og:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:image:alt" content="U.S. Department of Veterans Affairs"> <meta property="og:site_name" content="Veterans Affairs"> <meta property="og:title" content="About disability ratings | Veterans Affairs"> <title>About Disability Ratings | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:description" content="Learn about VA disability ratings, and use the VA disability rating calculator or our ratings table to find your VA combined disability rating if you have more than one service-connected condition."> <meta name="twitter:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta name="twitter:image:alt" content="U.S. Department of Veterans Affairs"> <meta name="twitter:site" content="@DeptVetAffairs"> <meta name="twitter:title" content="About disability ratings | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" nomodule data-entry-name="polyfills.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/polyfills.entry.js"></script> <!-- Add analytics helpers. --> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> /** * An alias for window.dataLayer.push made available under the window so that it is accessible in content files. * @module module:record-event * @see https://developers.google.com/tag-manager/devguide * @see module:platform/monitoring/record-event * @param {object} data - The event data that will be sent to GA. */ window.dataLayer = [] || window.dataLayer; window.recordEvent = function(data) { return window.dataLayer.push(data); }; window.recordMultipleEvents = function (events){ events.forEach(event => recordEvent(event)) } </script> <!-- Add web components. --> <link rel="stylesheet" data-entry-name="web-components.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.css"> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" defer data-entry-name="web-components.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.entry.js"></script> <!-- Render GA template. --> <script data-e2e="analytics-script" nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WFJWBD'); (function(window) { function withFormContent(acc, data) { //console.log("acc.content data",data.Content); acc.content = data.Content; } function withFeedbackUUID(acc, data) { acc.feedbackUUID = data.Feedback_UUID; } function mEvent(name, action, opts) { opts = opts || {}; var custom = opts.custom; var label = opts.label; function handle(event) { var start = +new Date(); var cm = window.cm || function() {}; var mData = event.detail; var eData = { category: 'Medallia', action: action, label: label || mData.Form_Type, value: mData.Form_ID, myParams: {}, }; if (custom) { for (var i = 0; i < custom.length; i++) custom[i](eData.myParams, mData); } var end = +new Date(); console.log('send', 'event', eData, end - start); recordEvent({ event: eData.action, 'survey-tool': eData.category, 'survey-form-id': eData.value, 'survey-status': eData.label, 'survey-details': eData.myParams, }); } window.addEventListener('MDigital_' + name, handle); } mEvent('ShowForm_Called', 'survey-show-form-call'); mEvent('Form_Displayed', 'survey-start-form'); mEvent('Form_Next_Page', 'survey-next-click'); mEvent('Form_Back_Page', 'survey-back-click'); mEvent('Form_Close_Submitted', 'survey-submit-close'); mEvent('Form_Close_No_Submit', 'survey-no-submit-close'); mEvent('Feedback_Submit', 'survey-submit', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Submit_Feedback', 'survey--submission', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Feedback_Button_Clicked', 'survey-button-click', { custom: [withFeedbackUUID], }); mEvent('ThankYou_Displayed', 'survey--submission-successful', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Invite_Displayed', 'survey-invitation-display', { label: 'Invite', }); mEvent('Invite_Accepted', 'survey-invitation-accept', { label: 'Invite', }); mEvent('Invite_Declined', 'survey-invitation-decline', { label: 'Invite', }); mEvent('Invite_Skipped', 'survey-invitation-skip', { label: 'Invite', }); })(window); recordEvent({ environment: 'vagovprod' }); if ( self !== top ) { recordEvent({ event: 'iframed', embeddedIn: document.referrer }); } </script> <!-- Add Icons. --> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon.png" rel="apple-touch-icon-precomposed"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="144x144"> <link rel="shortcut icon" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/favicon.ico"> <meta name="msapplication-TileImage" content="/img/design/icons/apple-touch-icon-114x114"> <meta name="msapplication-TileColor" content="#144073"> <!-- Preload main fonts --> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-bold-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-regular-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/bitter-bold.woff2" as="font" type="font/woff2" crossorigin> <!-- CSS --> <link rel="stylesheet" data-entry-name="style.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css"> <link rel="stylesheet" data-entry-content="content-build.css" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/assets/content-build.css"> <link rel="stylesheet" data-entry-name="static-pages.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.css"> <!-- Old IE --> <!--[if lt IE 9]> <link rel='stylesheet' href='/assets/css/ie.css'> <![endif]--> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" defer data-entry-name="vendor.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js"></script> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" defer data-entry-name="static-pages.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.entry.js"></script> <!-- We participate in the US government鈥檚 analytics program. See the data at analytics.usa.gov. https://github.com/digital-analytics-program/gov-wide-code --> <script async type="text/javascript" nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript"> function focusContent(e) { e.preventDefault(); const contentElement = document.querySelector('#content h1') || document.querySelector('#content'); contentElement.setAttribute('tabindex', '-1'); contentElement.addEventListener('blur', function(event) { event.target.removeAttribute('tabindex'); }, true); window.scrollTo(0, contentElement.offsetTop); contentElement.focus(); } window.VetsGov = window.VetsGov || {}; window.VetsGov.headerFooter = JSON.parse("{\"footerData\":[{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/accessibility-at-va\",\"order\":1,\"target\":null,\"title\":\"508 compliance\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/resources/your-civil-rights-and-how-to-file-a-discrimination-complaint/\",\"order\":2,\"target\":null,\"title\":\"Civil Rights\"},{\"column\":\"bottom_rail\",\"href\":\"https://department.va.gov/foia/\",\"order\":3,\"target\":null,\"title\":\"Freedom of Information Act (FOIA)\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/report-harassment/\",\"order\":4,\"target\":null,\"title\":\"Harassment\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/oig/\",\"order\":5,\"target\":null,\"title\":\"Office of Inspector General\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/opa/Plain_Language.asp\",\"order\":6,\"target\":null,\"title\":\"Plain language\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/privacy-policy/\",\"order\":7,\"target\":null,\"title\":\"Privacy, policies, and legal information\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.oprm.va.gov/\",\"order\":8,\"target\":null,\"title\":\"VA Privacy Service\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/ORM/NoFEAR_Select.asp\",\"order\":9,\"target\":null,\"title\":\"No FEAR Act Data\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.usa.gov/\",\"order\":10,\"target\":null,\"title\":\"USA.gov\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/performance-dashboard/\",\"order\":11,\"target\":null,\"title\":\"VA performance dashboard\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/veterans-portrait-project/\",\"order\":12,\"target\":null,\"title\":\"Veterans Portrait Project\"},{\"column\":1,\"href\":\"https://www.va.gov/homeless/\",\"order\":1,\"target\":null,\"title\":\"Homeless Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/womenvet/\",\"order\":2,\"target\":null,\"title\":\"Women Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/centerforminorityveterans/\",\"order\":3,\"target\":null,\"title\":\"Minority Veterans\"},{\"column\":1,\"href\":\"https://www.ptsd.va.gov/\",\"order\":4,\"target\":null,\"title\":\"PTSD\"},{\"column\":1,\"href\":\"https://www.mentalhealth.va.gov/\",\"order\":5,\"target\":null,\"title\":\"Mental health\"},{\"column\":1,\"href\":\"https://department.va.gov/veteran-sports/\",\"order\":6,\"target\":null,\"title\":\"Adaptive sports and special events\"},{\"column\":1,\"href\":\"https://www.va.gov/outreach-and-events/events/\",\"order\":7,\"target\":null,\"title\":\"VA outreach events\"},{\"column\":1,\"href\":\"https://www.nrd.gov/\",\"order\":8,\"target\":null,\"title\":\"National Resource Directory\"},{\"column\":2,\"href\":\"https://www.va.gov/find-forms/\",\"order\":1,\"target\":null,\"title\":\"VA forms\"},{\"column\":2,\"href\":\"https://www.accesstocare.va.gov/\",\"order\":2,\"target\":null,\"title\":\"VA health care access and quality\"},{\"column\":2,\"href\":\"https://www.va.gov/get-help-from-accredited-representative\",\"order\":3,\"target\":null,\"title\":\"Get help from an accredited representative or VSO\"},{\"column\":2,\"href\":\"https://www.mobile.va.gov/appstore/\",\"order\":4,\"target\":null,\"title\":\"VA mobile apps\"},{\"column\":2,\"href\":\"https://department.va.gov/about/state-departments-of-veterans-affairs-office-locations/\",\"order\":5,\"target\":null,\"title\":\"State Veterans Affairs offices\"},{\"column\":2,\"href\":\"https://www.va.gov/opal/fo/dbwva.asp\",\"order\":6,\"target\":null,\"title\":\"Doing business with VA\"},{\"column\":2,\"href\":\"https://www.va.gov/jobs/\",\"order\":7,\"target\":null,\"title\":\"Careers at VA\"},{\"column\":2,\"href\":\"https://www.va.gov/outreach-and-events/outreach-materials\",\"order\":8,\"target\":null,\"title\":\"VA outreach materials\"},{\"column\":2,\"href\":\"https://www.va.gov/welcome-kit/\",\"order\":9,\"target\":null,\"title\":\"Your VA welcome kit\"},{\"column\":3,\"href\":\"https://news.va.gov/\",\"order\":1,\"target\":null,\"title\":\"VA news\"},{\"column\":3,\"href\":\"https://www.va.gov/opa/pressrel/\",\"order\":2,\"target\":null,\"title\":\"Press releases\"},{\"column\":3,\"href\":\"https://public.govdelivery.com/accounts/USVA/subscriber/new/\",\"order\":3,\"target\":null,\"title\":\"Email updates\"},{\"column\":3,\"href\":\"https://www.facebook.com/VeteransAffairs\",\"order\":4,\"target\":null,\"title\":\"Facebook\"},{\"column\":3,\"href\":\"https://www.instagram.com/deptvetaffairs/\",\"order\":5,\"target\":null,\"title\":\"Instagram\"},{\"column\":3,\"href\":\"https://x.com/DeptVetAffairs/\",\"order\":6,\"target\":null,\"title\":\"X\"},{\"column\":3,\"href\":\"https://www.flickr.com/photos/VeteransAffairs/\",\"order\":7,\"target\":null,\"title\":\"Flickr\"},{\"column\":3,\"href\":\"https://www.youtube.com/user/DeptVetAffairs\",\"order\":8,\"target\":null,\"title\":\"YouTube\"},{\"column\":3,\"href\":\"https://digital.va.gov/web-governance/social-media/social-media-sites/\",\"order\":9,\"target\":null,\"title\":\"All VA social media\"},{\"column\":4,\"href\":\"https://www.va.gov/resources/\",\"order\":1,\"target\":null,\"title\":\"Resources and support\"},{\"column\":4,\"href\":\"https://www.va.gov/contact-us/\",\"order\":2,\"target\":null,\"title\":\"Contact us\"},{\"column\":4,\"label\":\"Call us\",\"href\":\"tel:18006982411\",\"order\":3,\"target\":null,\"title\":\"800-698-2411\"},{\"ariaLabel\":\"TTY: 7 1 1.\",\"column\":4,\"href\":\"tel:+1711\",\"order\":4,\"target\":null,\"title\":\"TTY: 711\"},{\"column\":4,\"label\":\"Visit a medical center or regional office\",\"href\":\"https://www.va.gov/find-locations/\",\"order\":5,\"target\":null,\"title\":\"Find a VA location\"}],\"megaMenuData\":[{\"title\":\"VA Benefits and Health Care\",\"menuSections\":[{\"title\":\"Health care\",\"links\":{\"seeAllLink\":{\"text\":\"View all in health care\",\"href\":\"https://www.va.gov/health-care\"},\"columnOne\":{\"title\":\"Get health care benefits\",\"links\":[{\"text\":\"About VA health benefits\",\"href\":\"https://www.va.gov/health-care/about-va-health-benefits\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/health-care/how-to-apply\"},{\"text\":\"Family and caregiver health benefits\",\"href\":\"https://www.va.gov/health-care/family-caregiver-benefits\"},{\"text\":\"Apply now for health care\",\"href\":\"https://www.va.gov/health-care/apply/application\"}]},\"columnTwo\":{\"title\":\"Manage your health\",\"links\":[{\"text\":\"Manage health appointments\",\"href\":\"https://www.va.gov/health-care/manage-appointments\"},{\"text\":\"Refill prescriptions and manage medications\",\"href\":\"https://www.va.gov/health-care/manage-prescriptions-medications\"},{\"text\":\"Review medical records online\",\"href\":\"https://www.va.gov/health-care/review-medical-records\"},{\"text\":\"Send and receive secure messages\",\"href\":\"https://www.va.gov/health-care/send-receive-messages\"},{\"text\":\"Get travel pay reimbursement\",\"href\":\"https://www.va.gov/health-care/file-travel-pay-reimbursement\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/health-care.png\",\"alt\":\"\"},\"link\":{\"text\":\"The PACT Act and your VA benefits\",\"href\":\"https://www.va.gov/resources/the-pact-act-and-your-va-benefits/\"},\"description\":\"Learn what this law means for Veterans and their survivors.\"}}},{\"title\":\"Disability\",\"links\":{\"seeAllLink\":{\"text\":\"View all in disability\",\"href\":\"https://www.va.gov/disability\"},\"columnOne\":{\"title\":\"Get disability benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/disability/eligibility\"},{\"text\":\"How to file a claim\",\"href\":\"https://www.va.gov/disability/how-to-file-claim\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/dependency-indemnity-compensation\"},{\"text\":\"File a claim online\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Upload evidence to support your claim\",\"href\":\"https://www.va.gov/disability/upload-supporting-evidence\"},{\"text\":\"File for a VA disability increase\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"},{\"text\":\"Request a decision review or appeal\",\"href\":\"https://www.va.gov/decision-reviews\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/disability.png\",\"alt\":\"\"},\"link\":{\"text\":\"Fully Developed Claims program\",\"href\":\"https://www.va.gov/disability/how-to-file-claim/evidence-needed/fully-developed-claims\"},\"description\":\"Use this program to get a faster decision by submitting evidence along with your claim.\"}}},{\"title\":\"Education and training\",\"links\":{\"seeAllLink\":{\"text\":\"View all in education\",\"href\":\"https://www.va.gov/education\"},\"columnOne\":{\"title\":\"Get education benefits\",\"links\":[{\"text\":\"About GI Bill benefits\",\"href\":\"https://www.va.gov/education/about-gi-bill-benefits\"},{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/education/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/education/how-to-apply\"},{\"text\":\"Veteran Readiness and Employment (Chapter 31)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"Education and career benefits for family members\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/education-and-careers\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Check your remaining Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/check-remaining-post-9-11-gi-bill-benefits\"},{\"text\":\"Transfer your Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/transfer-post-9-11-gi-bill-benefits\"},{\"text\":\"Verify your school enrollment\",\"href\":\"https://www.va.gov/education/verify-school-enrollment\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/education.png\",\"alt\":\"\"},\"link\":{\"text\":\"GI Bill\u00AE Comparison Tool\",\"href\":\"https://www.va.gov/education/gi-bill-comparison-tool\"},\"description\":\"Learn about education programs and compare benefits by school.\"}}},{\"title\":\"Careers and employment\",\"links\":{\"seeAllLink\":{\"text\":\"View all in careers and employment\",\"href\":\"https://www.va.gov/careers-employment\"},\"columnOne\":{\"title\":\"Get employment benefits\",\"links\":[{\"text\":\"About Veteran Readiness and Employment (VR&E)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/how-to-apply\"},{\"text\":\"Educational and career counseling\",\"href\":\"https://www.va.gov/careers-employment/education-and-career-counseling\"},{\"text\":\"Veteran-owned small business support\",\"href\":\"https://www.va.gov/careers-employment/veteran-owned-business-support\"},{\"text\":\"Apply for VR&E benefits\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900/\"}]},\"columnTwo\":{\"title\":\"Manage your career\",\"links\":[{\"text\":\"VA transition assistance\",\"href\":\"https://www.benefits.va.gov/tap/\"},{\"text\":\"Find a job\",\"href\":\"https://www.dol.gov/veterans/findajob/\"},{\"text\":\"Find VA careers and support\",\"href\":\"https://www.va.gov/jobs/\"},{\"text\":\"Print your civil service preference letter\",\"href\":\"https://www.va.gov/records/download-va-letters\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/careers.png\",\"alt\":\"\"},\"link\":{\"text\":\"VA for Vets\",\"href\":\"https://www.vaforvets.va.gov/\"},\"description\":\"Get help transitioning to a civilian career and matching your skills and experiences to VA job opportunities.\"}}},{\"title\":\"Pension\",\"links\":{\"seeAllLink\":{\"text\":\"View all in pension\",\"href\":\"https://www.va.gov/pension\"},\"columnOne\":{\"title\":\"Get pension benefits\",\"links\":[{\"text\":\"Veterans Pension eligibility\",\"href\":\"https://www.va.gov/pension/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/pension/how-to-apply\"},{\"text\":\"Apply now for a Veterans Pension\",\"href\":\"https://www.va.gov/pension/application/527EZ\"},{\"text\":\"Aid and attendance benefits and housebound allowance\",\"href\":\"https://www.va.gov/pension/aid-attendance-housebound\"},{\"text\":\"Survivors Pension\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/survivors-pension\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/pension.png\",\"alt\":\"\"},\"link\":{\"text\":\"Get your pension payments electronically\",\"href\":\"https://www.godirect.gov/gpw\"},\"description\":\"Sign up for direct deposit or a pre-paid debit card.\"}}},{\"title\":\"Housing assistance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in housing assistance\",\"href\":\"https://www.va.gov/housing-assistance\"},\"columnOne\":{\"title\":\"Get home loan benefits\",\"links\":[{\"text\":\"About VA home loan types\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/loan-types\"},{\"text\":\"How to request a COE\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Check your COE status\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/check-coe-status\"},{\"text\":\"Request a COE online\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/request-coe-form-26-1880\"}]},\"columnTwo\":{\"title\":\"Get Veterans housing grants\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"How to apply for an adapted housing grant\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants/how-to-apply\"},{\"text\":\"About disability housing grants\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/housing.png\",\"alt\":\"\"},\"link\":{\"text\":\"National Call Center for Homeless Veterans\",\"href\":\"https://www.va.gov/homeless/nationalcallcenter.asp\"},\"description\":\"Find out how we can help you or a Veteran you care about connect with VA and local resources 24 hours a day, 7 days a week.\"}}},{\"title\":\"Life insurance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in life insurance\",\"href\":\"https://www.va.gov/life-insurance\"},\"columnOne\":{\"title\":\"Get life insurance\",\"links\":[{\"text\":\"About life insurance options\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility\"},{\"text\":\"Benefits for totally disabled or terminally ill policyholders\",\"href\":\"https://www.va.gov/life-insurance/totally-disabled-or-terminally-ill\"},{\"text\":\"Beneficiary financial counseling and online will preparation\",\"href\":\"https://www.benefits.va.gov/insurance/bfcs.asp\"}]},\"columnTwo\":{\"title\":\"Manage your life insurance\",\"links\":[{\"text\":\"Access your policy online\",\"href\":\"https://www.va.gov/life-insurance/manage-your-policy\"},{\"text\":\"Update your beneficiaries\",\"href\":\"https://www.benefits.va.gov/INSURANCE/updatebene.asp\"},{\"text\":\"File a claim for insurance benefits\",\"href\":\"https://www.benefits.va.gov/INSURANCE/sglivgli.asp\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/life-insurance.png\",\"alt\":\"\"},\"link\":{\"text\":\"Learn how to apply for Veterans Affairs Life Insurance (VALife)\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility/valife\"},\"description\":\"VALife is our new life insurance program for Veterans with service-connected disabilities.\"}}},{\"title\":\"Burials and memorials\",\"links\":{\"seeAllLink\":{\"text\":\"View all in burials and memorials\",\"href\":\"https://www.va.gov/burials-memorials\"},\"columnOne\":{\"title\":\"Get burial benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/burials-memorials/eligibility\"},{\"text\":\"Pre-need burial eligibility determination\",\"href\":\"https://www.va.gov/burials-memorials/pre-need-eligibility\"},{\"text\":\"Veteran burial allowance\",\"href\":\"https://www.va.gov/burials-memorials/veterans-burial-allowance\"},{\"text\":\"Memorial items\",\"href\":\"https://www.va.gov/burials-memorials/memorial-items\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/disability/dependency-indemnity-compensation\"}]},\"columnTwo\":{\"title\":\"Plan a burial\",\"links\":[{\"text\":\"Schedule a burial for a Veteran or family member\",\"href\":\"https://www.va.gov/burials-memorials/schedule-a-burial\"},{\"text\":\"Find a cemetery\",\"href\":\"https://www.cem.va.gov/cems/listcem.asp\"},{\"text\":\"Request military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/burials.png\",\"alt\":\"\"},\"link\":{\"text\":\"Find National Cemetery Administration Information\",\"href\":\"https://www.cem.va.gov/\"},\"description\":\"Locate a grave, search for cemeteries, and find benefits information and resources.\"}}},{\"title\":\"Records\",\"links\":{\"seeAllLink\":{\"text\":\"View all in records\",\"href\":\"https://www.va.gov/records\"},\"columnOne\":{\"title\":\"Get your records\",\"links\":[{\"text\":\"Get your VA medical records (Blue Button)\",\"href\":\"https://www.va.gov/health-care/get-medical-records\"},{\"text\":\"Download your VA benefits letters\",\"href\":\"https://www.va.gov/records/download-va-letters\"},{\"text\":\"How to request a VA home loan Certificate of Eligibility (COE)\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Get Veteran ID cards\",\"href\":\"https://www.va.gov/records/get-veteran-id-cards\"}]},\"columnTwo\":{\"title\":\"Manage your records\",\"links\":[{\"text\":\"Request your military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"How to apply for a discharge upgrade\",\"href\":\"https://www.va.gov/discharge-upgrade-instructions\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Search historical military records (National Archives)\",\"href\":\"https://www.archives.gov/\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/records.png\",\"alt\":\"\"},\"link\":{\"text\":\"Confirm your VA benefit status\",\"href\":\"https://www.va.gov/records/download-va-letters\"},\"description\":\"Download letters like your eligibility or award letter for certain benefits.\"}}},{\"title\":\"Service member benefits\",\"text\":\"Service member benefits\",\"href\":\"https://www.va.gov/service-member-benefits\"},{\"title\":\"Family member benefits\",\"text\":\"Family member benefits\",\"href\":\"https://www.va.gov/family-member-benefits\"}]},{\"title\":\"About VA\",\"menuSections\":{\"mainColumn\":{\"title\":\"VA organizations\",\"links\":[{\"text\":\"Veterans Health Administration\",\"href\":\"https://www.va.gov/health\"},{\"text\":\"Veterans Benefits Administration\",\"href\":\"https://www.benefits.va.gov/benefits/\"},{\"text\":\"National Cemetery Administration\",\"href\":\"https://www.cem.va.gov/\"},{\"text\":\"VA Leadership\",\"href\":\"https://department.va.gov/biographies/?_bio_position=assistant-secretary%2Cchairman%2Cdeputy-secretary%2Cgeneral-counsel%2Cinspector-general%2Cprincipal-executive-director%2Csecretary%2Cunder-secretary%2Cva-chief-of-staff/%3Fredirect%3D1%2Cva-chief-of-staff\"},{\"text\":\"Public Affairs\",\"href\":\"https://department.va.gov/administrations-and-offices/public-and-intergovernmental-affairs/\"},{\"text\":\"Congressional Affairs\",\"href\":\"https://www.va.gov/oca/index.asp\"},{\"text\":\"All VA offices and organizations\",\"href\":\"https://department.va.gov/about/\"}]},\"columnOne\":{\"title\":\"Innovation at VA\",\"links\":[{\"text\":\"Health research\",\"href\":\"https://www.research.va.gov/\"},{\"text\":\"Public health\",\"href\":\"https://www.publichealth.va.gov/\"},{\"text\":\"VA open data\",\"href\":\"https://www.va.gov/data/\"},{\"text\":\"Veterans analysis and statistics\",\"href\":\"https://www.va.gov/VETDATA/index.asp\"},{\"text\":\"Appeals modernization\",\"href\":\"https://www.benefits.va.gov/benefits/appeals.asp\"},{\"text\":\"VA Innovation Center\",\"href\":\"https://www.innovation.va.gov/\"},{\"text\":\"Recovery Act\",\"href\":\"https://www.va.gov/recovery/\"}]},\"columnTwo\":{\"title\":\"Learn about VA\",\"links\":[{\"text\":\"About VA\",\"href\":\"https://department.va.gov/about/\"},{\"text\":\"History of VA\",\"href\":\"https://department.va.gov/history/\"},{\"text\":\"VA plans, budget, finances, and performance\",\"href\":\"https://department.va.gov/about/va-plans-budget-finances-and-performance/\"},{\"text\":\"National cemetery history program\",\"href\":\"https://www.cem.va.gov/cem/history/index.asp\"},{\"text\":\"Veterans legacy program\",\"href\":\"https://www.cem.va.gov/cem/legacy/index.asp\"},{\"text\":\"Volunteer or donate\",\"href\":\"https://www.volunteer.va.gov/index.asp\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/2023-11/disability%20icon.png\",\"alt\":\"Paper icon\"},\"link\":{\"text\":\"Agency Financial Report\",\"href\":\"https://department.va.gov/administrations-and-offices/management/finance/agency-financial-report/\"},\"description\":\"View the FY 2024 report that includes VA accomplishments with taxpayer dollars and the challenges that remain.\"}}},{\"title\":\"Find a VA Location\",\"href\":\"https://www.va.gov/find-locations\"}]}"); </script> <script defer type="text/javascript" nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" src="https://resource.digital.voice.va.gov/wdcvoice/2/onsite/embed.js" async></script> </head> <body class=" merger"> <div id="announcement-root"></div> <!-- Draft status --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WFJWBD" height="0" width="0" class="csp-inline-patch-footer"></iframe></noscript> <a class="show-on-focus" href="#content" id="5749d9f6249efa755223e1461ba34f7c">Skip to Content</a> <!-- Header Default--> <header class="header" role="banner" id="header-default"> <!-- Mobile Layout --> <div data-widget-type="header" data-show="true" data-show-nav-login="true" data-show-mega-menu="true" id="header-v2"></div> <!-- Tablet/Desktop Layout --> <div id="legacy-header" class="vads-u-display--none"> <div class="va-notice--banner"> <div class="va-notice--banner-inner"> <div class="usa-banner"> <div class="usa-accordion"> <div class="usa-banner-header"> <div class="usa-grid usa-banner-inner"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/tiny-usa-flag.png" alt="U.S. flag" height="20" width="20"> <p>An official website of the United States government</p> <button id="usa-banner-toggle" class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner-button-text">Here’s how you know</span> </button> </div> </div> <div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner" aria-hidden="true"> <div class="usa-banner-guidance-gov usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-dot-gov.svg" alt="Dot gov"> <div class="usa-media_block-body"> <p> <strong>The .gov means it’s official.</strong> <br> Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you're on a federal government site. </p> </div> </div> <div class="usa-banner-guidance-ssl usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-https.svg" alt="SSL"> <div class="usa-media_block-body"> <p> <strong>The site is secure.</strong> <br> The <strong>https://</strong> ensures that you're connecting to the official website and that any information you provide is encrypted and sent securely. </p> </div> </div> </div> </div> </div> </div> <div class="va-crisis-line-container vads-u-background-color--secondary-darkest"> <button class="va-crisis-line va-overlay-trigger vads-u-background-color--secondary-darkest" data-show="#modal-crisisline" id="79050f03d1e55423669b9a2f1d4387b7"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="ba74be568524c50ded712654545e9dc9">Talk to the <strong>Veterans Crisis Line</strong> now</span> <img alt aria-hidden="true" class="va-crisis-line-arrow" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/arrow-right-white.svg"> </div> </button> </div> </div> <!-- /header alert box --> <div class="row va-flex usa-grid usa-grid-full" id="va-header-logo-menu"> <div class="va-header-logo-wrapper"> <a href="/" class="va-header-logo"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/header-logo.png" alt="VA logo and Seal, U.S. Department of Veterans Affairs" height="59" width="264"> </a> </div> <div id="va-nav-controls"></div> <div class="medium-screen:vads-u-display--none usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu-mobile"></div> </div> <div id="login-root" class="vet-toolbar"></div> </div> <div class="usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu"></div> </div> </div> <!-- Banners --> <!-- Derive visible banners. --> <!-- Banners --> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript"> (function() { var isIe = /(trident|msie)/i.test(navigator.userAgent); if (isIe && document.getElementById && window.addEventListener) { window.addEventListener('hashchange', function skipLinkFocus() { var id = location.hash.substring(1); var element; if (!/^[A-z0-9_-]+$/.test(id)) { return; } element = document.getElementById(id); if (element) { if (!/^(?:a|select|input|button|textarea)$/i.test(element.tagName)) { element.tabIndex = -1; } element.focus(); } }); } })(); </script> <script type="text/javascript" defer nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> window.onload = function() { const contentElement = document.querySelector('.smartbanner'); if(contentElement){ contentElement.style.top = '-84px' } }; </script><div class="vads-u-padding-x--1p5" data-template="includes/breadcrumbs"> <va-breadcrumbs class="row" wrapping> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"Home\",\"lang\":\"en-US\"},{\"href\":\"/disability\",\"isRouterLink\":false,\"label\":\"Disability benefits\",\"lang\":\"en-US\"},{\"href\":\"/disability/about-disability-ratings\",\"isRouterLink\":false,\"label\":\"About disability ratings\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div itemscope itemprop="mainEntity" itemtype="https://schema.org/FAQPage"> <div id="content" class="interior"> <main class="va-l-detail-page" lang="en"> <div class="usa-grid usa-grid-full"> <nav data-template="navigation/sidebar_nav" aria-label="Secondary" id="va-detailpage-sidebar" data-drupal-sidebar="true" class="va-drupal-sidebarnav usa-width-one-fourth va-sidebarnav"> <div aria-modal="true" role="dialog" aria-labelledby="sidebar_header"> <button class="va-sidenav-btn-close va-sidebarnav-close" type="button" aria-label="Close this menu"> <va-icon icon="close" size="3" class="vads-u-color--gray-dark"></va-icon> </button> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> document.addEventListener('keydown', function(event) { if (event.key === 'Escape') { const sidebar = document.getElementById('va-detailpage-sidebar'); const closeButton = sidebar.querySelector('.va-sidenav-btn-close'); if (sidebar && closeButton) { closeButton.click(); } } }); </script> <div class="vads-u-display--flex vads-u-align-items--center left-side-nav-title"> <va-icon icon="description" size="3" class="hub-icon vads-u-color--white vads-u-background-color--hub-disability vads-u-display--flex vads-u-align-items--center vads-u-justify-content--center vads-u-margin-right--1"></va-icon> <h4 id="sidebar_header">Disability benefits</h4> </div> <nav aria-label="Secondary"> <ul class="usa-accordion"> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a1"> Get benefits </button> <div id="a1" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/disability/eligibility" id="c9ee96546cc4894350c71dd1088d5c3e">Eligibility</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure" id="081c9f9e75d2ae6fbfb4b0a3a24207c0">Exposure to hazardous materials</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure/specific-environmental-hazards" id="c6480b600c61d273e5bfa80be44dbc10">Specific environmental hazards</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/agent-orange" id="51057b633ce2332a6e7733d13acd3e6f">Agent Orange</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/asbestos" id="7388e3be5e1bd91d073d922487bb3d24">Asbestos</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/mustard-gas-lewisite" id="15eed0a6b9ca276d1c188525f4f41da0">Mustard gas or lewisite</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/camp-lejeune-water-contamination" id="fa70d8419a75c89a0ad427ce8380cb34">Camp Lejeune water contamination</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/ionizing-radiation" id="ade4a569d6398e9bd1623e67afb62867">Radiation exposure</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/project-112-shad" id="1c1b9cc095f3a96fafc8c0771d466b6f">Project 112/SHAD</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/gulf-war-illness-southwest-asia" id="39d84f42a369c1d44a13ee7c6aaa2baf">Gulf War Illnesses SW Asia</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/gulf-war-illness-afghanistan" id="c129e7730381cc0bc7feccfcd83596c5">Gulf War Illnesses Afghanistan</a> </li> </ul> </li> <li> <a href="/disability/eligibility/former-pows" id="0fbb0ec4ac39640d57f7c818dd9becab">Former POWs</a> </li> <li> <a href="/disability/eligibility/ptsd" id="ba5c83a79d3d2a2c3afec2b5db60cc8d">PTSD</a> </li> <li> <a href="/disability/eligibility/illnesses-within-one-year-of-discharge" id="d18aae9c000194a92076eaf28c3fd335">Illnesses within 1 year after discharge</a> </li> <li> <a href="/disability/eligibility/special-claims" id="55c6171cd53b30fa7bb4ab483ea12d6d">Special claims</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/special-claims/automobile-allowance-adaptive-equipment" id="d07b1fbccb40bbfeaad62339d8d1ef09">Auto allowance and adaptive equipment</a> </li> <li> <a href="/disability/eligibility/special-claims/birth-defects" id="2343895f6e33d20d1023fa35e2302483">Birth defects</a> </li> <li> <a href="/disability/eligibility/special-claims/clothing-allowance" id="3a6cd4c2acfa7d194ef5f852e70a58e3">Clothing allowance</a> </li> <li> <a href="/disability/eligibility/special-claims/dental-care" id="9bb45d6561948ae64246011e7652dcc6">Dental care</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-increase-after-surgery-or-cast" id="7d7bdfa66f64513e276e951163524a7d">Temporary disability rating after surgery or cast</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-increase-for-time-in-hospital" id="6caad74658acc4287e8dbc0e9c0d80ad">Increase for time in hospital</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-rating-prestabilization" id="703e13b719b7bc7a4b131638d4b68019">Prestabilization rating</a> </li> <li> <a href="/disability/eligibility/special-claims/1151-claims-title-38" id="f23f6af44312a26716b140d4eacffdab">Title 38 U.S.C. 1151 claims</a> </li> <li> <a href="/disability/eligibility/special-claims/unemployability" id="d93db7e71ce6e1b1ea60cd7ab7cd7997">Individual unemployability</a> </li> </ul> </li> </ul> </li> <li> <a href="/disability/eligibility-esp" id="f79e8235805021b533855e6515a7c026">Elegibilidad</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure" id="c41d1b89c9b6480c802021062061ab5d">Exposure to hazardous materials</a> </li> <li> <a href="/disability/eligibility/former-pows" id="2d291da9c2033746da4f30e08ebede23">Former POWs</a> </li> <li> <a href="/disability/eligibility/ptsd" id="4be69dcb29ed4253845b3238f9c05b02">PTSD</a> </li> <li> <a href="/disability/eligibility/illnesses-within-one-year-of-discharge" id="4db9856189f89c01724fbdc764cc95d7">Illnesses within 1 year after discharge</a> </li> <li> <a href="/disability/eligibility/special-claims" id="cf62619ec9a8d92aaa15901fd13ca170">Special claims</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim" id="828f237e132bae71e479c6c35b02d1ad">How to file a claim</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file" id="44642fbc57524d14f870097bed67f432">When to file</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file/pre-discharge-claim" id="9b0a2a8174e7467765f98c92dc5aff17">Pre-discharge claim</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed" id="9920b6b49e93396e3ff6d7efdc7bc582">Evidence needed</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/evidence-needed/fully-developed-claims" id="031296c5052b3362c44b68189ed9b80e">Fully Developed Claims program</a> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed/standard-claims" id="e634d5631bf3bc850e0598b8b154b44a">Standard claims</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="c4e5ac153b1919d8ac88ea7e88398d5b">File additional forms for your disability claim</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim-esp" id="2c2b841a059012cab413b2902610d248">Cómo presentar una reclamación</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file" id="12a4181b62ded94156d140963bc53180">When to file</a> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed" id="b9a1d8e3ee683beddfbb351c76eba562">Evidence needed</a> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="23e3d5e2eddfbf903bc89327cbc44328">File additional forms for your disability claim</a> </li> </ul> </li> <li> <a href="https://www.va.gov/disability/file-disability-claim-form-21-526ez/" id="e38556a69ec6d126d7acda001ff7be4e">File a claim online</a> </li> <li> <a href="/disability/after-you-file-claim" id="eb52e6889724867c4abb168487cbf1c0">After you file your claim</a> </li> <li> <a href="/disability/after-you-file-claim-esp" id="180683f0fb70c9de62393c83774d415a">Después de presentar su reclamación</a> </li> <li> <a href="/disability/dependency-indemnity-compensation-esp" id="69e01dc48a8b0f3906ee3d4f7dfd795a">Compensación para sobrevivientes y descendientes (DIC)</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a2"> Manage benefits </button> <div id="a2" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/claim-or-appeal-status" id="c33bc3a5f48d6478c35c5a329ce37d18">Check claim, decision review, or appeal status</a> </li> <li> <a href="/disability/view-disability-rating" id="f8f3275b2c6af4b3eba4d8e0f2549f03">View your disability ratings</a> </li> <li> <a href="https://www.va.gov/disability/file-disability-claim-form-21-526ez/" id="55eb2d1e938a3c266f025fe31880936e">File for increased disability</a> </li> <li> <a href="/decision-reviews" id="ef603a008f23affe2edc9631bb496071">Request a decision review</a> </li> <li> <a href="/view-change-dependents" id="c94a0da8162b5a1bb1787ecee299c96e">Add or remove a dependent</a> </li> <li> <a href="/disability/upload-supporting-evidence" id="6cf300b150a2d4f3c6c84a408c921784">Upload evidence to support your disability claim</a> </li> <li> <a href="/change-address" id="bcde8d81aa603e4c2c132baa2c21df11">Change your address</a> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="b1cd7ed6a7436064a5cfe414915127d7">File additional forms for your disability claim</a> </li> <li> <a href="/change-direct-deposit" id="3b80ebe40456e0fee4b46e3fad8a01f4">Change your VA direct deposit information</a> </li> <li> <a href="/health-care/get-medical-records" id="7efde142f2c63e7056c1750d7f62718d">Get your VA medical records</a> </li> <li> <a href="/records/download-va-letters" id="3a62d9021f3c97a01e9631685ca2e183">Download VA benefit letters</a> </li> <li> <a href="/va-payment-history" id="7e461c016b8a53eaaddb05f1786800ac">View disability payment history</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a3"> More resources </button> <div id="a3" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/disability/compensation-rates" id="ae1ca6d6bb49e079c0de9f090954483a">Disability compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/veteran-rates" id="7aa38fc9e3a120a7fdb8f5b94c6e56f2">Veterans disability compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2024" id="9b89dc58a0b202d80746ec01a6f047b0">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2023" id="24334bd2aaa43d02355216a5bc325241">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2022" id="4d97a8e90e7ab87bbabbde83441b84fc">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates" id="5c42285b421475ca11dca6cbeef904aa">Special monthly compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2024" id="bb5390261deffe7efcb7e38cec99866f">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2023" id="cfa1698d6f7440687538892f0ea75572">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2022" id="5e3cebec5912f59da8157c8ea25b3f37">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates" id="57565c668784dd6eeafde121c7c999ef">Special benefit allowances rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2024" id="0f5c00bbf76cc85b692afc52ef764bbb">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2023" id="3852a25c39b64ac908f70cb96ef56e4c">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2022" id="030d727bc116ba8632e39937138a5183">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates" id="0a1a566fbddf4d6e77ff24e1b9e2e751">Birth defect compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2024" id="f640c2184845257d2353f963d7fab44b">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2023" id="7bb162c9d00b56742db5db808f026d34">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2022" id="ce947497d3c317d3a2a68e384d6a1c55">Past rates: 2022</a> </li> </ul> </li> </ul> </li> <li class="active-level"> <a class="usa-current" href="/disability/about-disability-ratings" id="83b376d03a6637b77514d0756a5ca5d1">About disability ratings</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/about-disability-ratings/after-you-get-a-rating" id="a3a7f4f367ec466d0c464976de36551d">After you get a rating</a> </li> </ul> </li> <li> <a href="/disability/get-help-filing-claim" id="cadc7f01fc1516c6119dfb556c1ac136">Get help from an accredited representative</a> </li> <li> <a href="/disability/va-claim-exam" id="e2bea4a0bdf90be858984e5a6c715fc5">VA claim exam (C&P exam)</a> </li> <li> <a href="/disability/effective-date" id="a2ba570a5d7aaec5d4ac4cf9ab5cc19a">Effective dates</a> </li> </ul> </div> </li> </ul> </nav> </div> </nav> <div class="usa-width-three-fourths"> <div class="va-btn-sidebarnav-trigger" id="sidebar-nav-trigger"> <!-- The button background is to hide any content that is behind the trigger --> <div class="button-background"></div> <div class="button-wrapper"> <button aria-controls="va-detailpage-sidebar"> <strong>In this section</strong> <va-icon icon="menu" size="3" class="vads-u-color--link-default"></va-icon> </button> </div> </div> <div class="trigger-placeholder"></div> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript"> var mobileMediaQuery = window.matchMedia('(max-width: 767px)') var navTrigger = document.getElementsByClassName('va-btn-sidebarnav-trigger')[0] var buttonWrapper = document.querySelector( '.va-btn-sidebarnav-trigger .button-wrapper' ) var buttonBackground = document.querySelector( '.va-btn-sidebarnav-trigger .button-background' ) var navTriggerPlaceholder = document.querySelector('.trigger-placeholder') var navTriggerPosition // Helper to get the height of the nav button, with or without the bottom // padding. This is used to set the height of the button's placeholder and the // height of the white button background function getButtonHeight(withBottomPadding) { // If the mobile nav button is hidden, just return 0 if (!mobileMediaQuery.matches) { return 0 } const style = window.getComputedStyle(buttonWrapper) const { height, paddingBottom } = style if (withBottomPadding) { return parseFloat(height) } return parseFloat(height) - parseFloat(paddingBottom) } function setElementHeights() { // In some edge cases when switching from desktop to mobile viewport (such // as when you open the web inspector), getButtonHeight() was returning 0, // likely due to `mobileMediaQuery.matches` failing. This simple hack // ensures that the height is not computed until the next run of the event // loop setTimeout(() => { navTriggerPlaceholder.style.height = getButtonHeight(true) + 'px' buttonBackground.style.height = getButtonHeight(false) + 'px' }, 0) } function setMenuTriggerPosition() { navTriggerPosition = navTriggerPlaceholder.offsetTop } function pinTrigger() { if (mobileMediaQuery.matches) { if (navTriggerPosition < window.pageYOffset) { navTrigger.classList.add('fixed-trigger') } else { navTrigger.classList.remove('fixed-trigger') } } } // As the document loads, make sure the height and trigger positions are // updated document.onreadystatechange = () => { setElementHeights() setMenuTriggerPosition() } window.addEventListener( 'resize', () => { // The height of the trigger can change at extreme browser widths setElementHeights() // The trigger can be pushed up/down as elements above it change height as // the browser width changes setMenuTriggerPosition() // We might need to pin/unpin the trigger if we transitions from/to mobile // browser widths pinTrigger() }, false ) window.addEventListener( 'scroll', () => { // We are resetting the trigger button's position on scroll just in case any // elements have been removed from above the menu trigger, such as a // dismissible alert. setMenuTriggerPosition() // Primarily scrolling will pin/unpin the trigger from the top of the // viewport pinTrigger() }, false ) </script> <article class="usa-content vads-u-padding-bottom--0"> <div data-widget-type="i18-select"></div> <h1>About disability ratings</h1> <div class="va-introtext"> <p>We assign you a disability rating based on the severity of your service-connected condition. We use your disability rating to determine how much disability compensation you’ll receive each month, as well as your eligibility for other VA benefits.</p> <p>If you have multiple disability ratings, we use them to calculate your combined VA disability rating. Calculating your combined disability rating involves more than adding up your individual ratings. That’s why your combined rating may be different from the sum of your individual ratings.</p> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="8029"> <div itemprop="text"> <h2 id="view-your-va-disability-rating">View your VA disability ratings</h2> <p>If you’ve already filed a disability claim and have an assigned rating, you can sign in to view your individual ratings and your VA combined disability rating.</p> </div> </div> <div data-template="paragraphs/react_widget" data-entity-id="8030" class="cta-widget" data-widget-type="cta" data-app-id="disability-ratings"></div> <div data-template="paragraphs/react_widget" data-entity-id="7401" data-widget-type="disability-rating-calculator" data-widget-timeout="20"> <div class="loading-indicator-container"> <div aria-label="Loading the disability rating calculator" aria-valuetext="Loading your application..." class="loading-indicator" role="progressbar"></div> <span class="loading-indicator-message loading-indicator-message--normal"> Loading the disability rating calculator </span> <span class="loading-indicator-message loading-indicator-message--slow vads-u-display--none" aria-hidden="true"> Sorry, this is taking longer than expected. </span> </div> <span class="static-widget-content vads-u-display--none" aria-hidden="true"> </span> <div class="usa-alert usa-alert-error sip-application-error vads-u-display--none" aria-hidden="true"> <div class="usa-alert-body"> <strong>We’re sorry. Something went wrong when we tried to load the disability rating calculator.</strong><br>Please try refreshing your browser in a few minutes. </div> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="7150"> <div itemprop="text"> <h2 id="how-we-assign-va-disability-ra">How we assign VA disability ratings</h2> <h3 id="what-is-a-disability-rating">What’s a disability rating?</h3> <p>We assign you a disability rating based on the severity of your disability. We express this rating as a percentage, representing how much your disability decreases your overall health and ability to function.</p> <p>We then use your disability rating to determine your disability compensation rate, so we can calculate how much money you’ll receive from us each month. We also use your disability rating to help determine your eligibility for other benefits, like VA health care.</p> <h3 id="what-does-va-use-to-decide-my-">What does VA use to decide my disability rating?</h3> <p><strong>We base your rating on:</strong></p> <ul> <li>The evidence you give us (like a doctor’s report or medical test results), <strong>and</strong></li> <li>The results of your VA claim exam (also called a compensation and pension, or C&P, exam), if we determine you need this exam, <strong>and</strong></li> <li>Other information we may get from other sources (like federal agencies)</li> </ul> <h3 id="what-if-i-have-more-than-one-d">What if I have more than one disability?</h3> <p>We use a method called the “whole person theory” to determine what we call your combined disability rating. We do this to make sure that your total VA disability rating doesn’t add up to more than 100%. That’s because a person can’t be more than 100% able-bodied.</p> <p>Read below to find out more about how we calculate your combined disability rating. </p> <h3 id="how-do-ratings-work-for-a-disa">How do ratings work for a disability I had before entering the service that got worse because of my service?</h3> <p>If you get disability benefits for a preservice disability, we base your monthly compensation amount on the level of aggravation. Level of aggravation means how much worse your preservice disability got because of your military service.</p> <p><strong>For example:</strong> If you had an illness or injury (also known as a condition) that was rated as 10% disabling when you entered the military, and it became 20% disabling due to the effects of your service, then the level of aggravation would be 10%.</p> <h3 id="is-there-anything-else-other-t">Is there anything else, other than my disability rating, that may affect the amount of compensation I receive?</h3> <p>Yes. We may increase or decrease your compensation amount in certain situations. </p> <p><a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="f00256a2-5886-4d20-8d4e-fd299fddc794" href="/disability/compensation-rates" hreflang="en" title="Current VA disability compensation rates">Learn more about compensation rates</a></p> <h3 id="what-happens-after-i-get-my-di">What happens after I get my disability rating?</h3> <p><a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="d223a12f-5fe0-493f-b655-0e3717784522" href="/disability/about-disability-ratings/after-you-get-a-rating" hreflang="en" title="What to expect after you get a disability rating">Find out what to expect after you get your rating</a></p> <h2 id="how-we-determine-combined-va-d">How we determine combined VA disability ratings</h2> <p>If you have multiple disability ratings, we use the table below to calculate your combined VA disability rating. Calculating your combined disability rating involves more than adding up your individual ratings. That’s why your combined rating may be different from the sum of your individual ratings.</p> <p>To make this table easier to use online, we’ve separated it into smaller tables, based on the percentage of the most severe, or highest rated, disability.</p> <p><strong>Note: </strong>If you have 2 disabilities, each rated at 10% disabling, your combined disability rating is 19%.</p> <h3 id="combined-ratings-table-not-rou">Combined ratings table (not rounded)</h3> </div> </div> <div data-template="paragraphs/collapsible_panel" data-entity-id="7153" data-multiselectable="false"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" id="19-to-29-disabling-7152"> <h4 slot="headline"> 19% to 29% disabling </h4> <div id="7152" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7152" data-analytics-faq-text="19% to 29% disabling"> <div id="collapsible_panel_item-7152"> <div data-template="paragraphs/wysiwyg" data-entity-id="7152"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7151" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 19 </span> <span> 27 </span> <span> 35 </span> <span> 43 </span> <span> 51 </span> <span> 60 </span> <span> 68 </span> <span> 76 </span> <span> 84 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 20 </span> <span> 28 </span> <span> 36 </span> <span> 44 </span> <span> 52 </span> <span> 60 </span> <span> 68 </span> <span> 76 </span> <span> 84 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 21 </span> <span> 29 </span> <span> 37 </span> <span> 45 </span> <span> 53 </span> <span> 61 </span> <span> 68 </span> <span> 76 </span> <span> 84 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 22 </span> <span> 30 </span> <span> 38 </span> <span> 45 </span> <span> 53 </span> <span> 61 </span> <span> 69 </span> <span> 77 </span> <span> 84 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 23 </span> <span> 31 </span> <span> 38 </span> <span> 46 </span> <span> 54 </span> <span> 62 </span> <span> 69 </span> <span> 77 </span> <span> 85 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 24 </span> <span> 32 </span> <span> 39 </span> <span> 47 </span> <span> 54 </span> <span> 62 </span> <span> 70 </span> <span> 77 </span> <span> 85 </span> <span> 92 </span> </va-table-row> <va-table-row> <span> 25 </span> <span> 33 </span> <span> 40 </span> <span> 48 </span> <span> 55 </span> <span> 63 </span> <span> 70 </span> <span> 78 </span> <span> 85 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 26 </span> <span> 33 </span> <span> 41 </span> <span> 48 </span> <span> 56 </span> <span> 63 </span> <span> 70 </span> <span> 78 </span> <span> 85 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 27 </span> <span> 34 </span> <span> 42 </span> <span> 49 </span> <span> 56 </span> <span> 64 </span> <span> 71 </span> <span> 78 </span> <span> 85 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 28 </span> <span> 35 </span> <span> 42 </span> <span> 50 </span> <span> 57 </span> <span> 64 </span> <span> 71 </span> <span> 78 </span> <span> 86 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 29 </span> <span> 36 </span> <span> 43 </span> <span> 50 </span> <span> 57 </span> <span> 65 </span> <span> 72 </span> <span> 79 </span> <span> 86 </span> <span> 93 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="30-to-39-disabling-7155"> <h4 slot="headline"> 30% to 39% disabling </h4> <div id="7155" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7155" data-analytics-faq-text="30% to 39% disabling"> <div id="collapsible_panel_item-7155"> <div data-template="paragraphs/wysiwyg" data-entity-id="7155"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7154" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 30 </span> <span> 37 </span> <span> 44 </span> <span> 51 </span> <span> 58 </span> <span> 65 </span> <span> 72 </span> <span> 79 </span> <span> 86 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 31 </span> <span> 38 </span> <span> 45 </span> <span> 52 </span> <span> 59 </span> <span> 66 </span> <span> 72 </span> <span> 79 </span> <span> 86 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 32 </span> <span> 39 </span> <span> 46 </span> <span> 52 </span> <span> 59 </span> <span> 66 </span> <span> 73 </span> <span> 80 </span> <span> 86 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 33 </span> <span> 40 </span> <span> 46 </span> <span> 53 </span> <span> 60 </span> <span> 67 </span> <span> 73 </span> <span> 80 </span> <span> 87 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 34 </span> <span> 41 </span> <span> 47 </span> <span> 54 </span> <span> 60 </span> <span> 67 </span> <span> 74 </span> <span> 80 </span> <span> 87 </span> <span> 93 </span> </va-table-row> <va-table-row> <span> 35 </span> <span> 42 </span> <span> 48 </span> <span> 55 </span> <span> 61 </span> <span> 68 </span> <span> 74 </span> <span> 81 </span> <span> 87 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 36 </span> <span> 42 </span> <span> 49 </span> <span> 55 </span> <span> 62 </span> <span> 68 </span> <span> 74 </span> <span> 81 </span> <span> 87 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 37 </span> <span> 43 </span> <span> 50 </span> <span> 56 </span> <span> 62 </span> <span> 69 </span> <span> 75 </span> <span> 81 </span> <span> 87 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 38 </span> <span> 44 </span> <span> 50 </span> <span> 57 </span> <span> 63 </span> <span> 69 </span> <span> 75 </span> <span> 81 </span> <span> 88 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 39 </span> <span> 45 </span> <span> 51 </span> <span> 57 </span> <span> 63 </span> <span> 70 </span> <span> 76 </span> <span> 82 </span> <span> 88 </span> <span> 94 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="40-to-49-disabling-7157"> <h4 slot="headline"> 40% to 49% disabling </h4> <div id="7157" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7157" data-analytics-faq-text="40% to 49% disabling"> <div id="collapsible_panel_item-7157"> <div data-template="paragraphs/wysiwyg" data-entity-id="7157"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7156" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 40 </span> <span> 46 </span> <span> 52 </span> <span> 58 </span> <span> 64 </span> <span> 70 </span> <span> 76 </span> <span> 82 </span> <span> 88 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 41 </span> <span> 47 </span> <span> 53 </span> <span> 59 </span> <span> 65 </span> <span> 71 </span> <span> 76 </span> <span> 82 </span> <span> 88 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 42 </span> <span> 48 </span> <span> 54 </span> <span> 59 </span> <span> 65 </span> <span> 71 </span> <span> 77 </span> <span> 83 </span> <span> 88 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 43 </span> <span> 49 </span> <span> 54 </span> <span> 60 </span> <span> 66 </span> <span> 72 </span> <span> 77 </span> <span> 83 </span> <span> 89 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 44 </span> <span> 50 </span> <span> 55 </span> <span> 61 </span> <span> 66 </span> <span> 72 </span> <span> 78 </span> <span> 83 </span> <span> 89 </span> <span> 94 </span> </va-table-row> <va-table-row> <span> 45 </span> <span> 51 </span> <span> 56 </span> <span> 62 </span> <span> 67 </span> <span> 73 </span> <span> 78 </span> <span> 84 </span> <span> 89 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 46 </span> <span> 51 </span> <span> 57 </span> <span> 62 </span> <span> 68 </span> <span> 73 </span> <span> 78 </span> <span> 84 </span> <span> 89 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 47 </span> <span> 52 </span> <span> 58 </span> <span> 63 </span> <span> 68 </span> <span> 74 </span> <span> 79 </span> <span> 84 </span> <span> 89 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 48 </span> <span> 53 </span> <span> 58 </span> <span> 64 </span> <span> 69 </span> <span> 74 </span> <span> 79 </span> <span> 84 </span> <span> 90 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 49 </span> <span> 54 </span> <span> 59 </span> <span> 64 </span> <span> 69 </span> <span> 75 </span> <span> 80 </span> <span> 85 </span> <span> 90 </span> <span> 95 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="50-to-59-disabling-7159"> <h4 slot="headline"> 50% to 59% disabling </h4> <div id="7159" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7159" data-analytics-faq-text="50% to 59% disabling"> <div id="collapsible_panel_item-7159"> <div data-template="paragraphs/wysiwyg" data-entity-id="7159"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7158" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 50 </span> <span> 55 </span> <span> 60 </span> <span> 65 </span> <span> 70 </span> <span> 75 </span> <span> 80 </span> <span> 85 </span> <span> 90 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 51 </span> <span> 56 </span> <span> 61 </span> <span> 66 </span> <span> 71 </span> <span> 76 </span> <span> 80 </span> <span> 85 </span> <span> 90 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 52 </span> <span> 57 </span> <span> 62 </span> <span> 66 </span> <span> 71 </span> <span> 76 </span> <span> 81 </span> <span> 86 </span> <span> 90 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 53 </span> <span> 58 </span> <span> 62 </span> <span> 67 </span> <span> 72 </span> <span> 77 </span> <span> 81 </span> <span> 86 </span> <span> 91 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 54 </span> <span> 59 </span> <span> 63 </span> <span> 68 </span> <span> 72 </span> <span> 77 </span> <span> 82 </span> <span> 86 </span> <span> 91 </span> <span> 95 </span> </va-table-row> <va-table-row> <span> 55 </span> <span> 60 </span> <span> 64 </span> <span> 69 </span> <span> 73 </span> <span> 78 </span> <span> 82 </span> <span> 87 </span> <span> 91 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 56 </span> <span> 60 </span> <span> 65 </span> <span> 69 </span> <span> 74 </span> <span> 78 </span> <span> 82 </span> <span> 87 </span> <span> 91 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 57 </span> <span> 61 </span> <span> 66 </span> <span> 70 </span> <span> 74 </span> <span> 79 </span> <span> 83 </span> <span> 87 </span> <span> 91 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 58 </span> <span> 62 </span> <span> 66 </span> <span> 71 </span> <span> 75 </span> <span> 79 </span> <span> 83 </span> <span> 87 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 59 </span> <span> 63 </span> <span> 67 </span> <span> 71 </span> <span> 75 </span> <span> 80 </span> <span> 84 </span> <span> 88 </span> <span> 92 </span> <span> 96 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="60-to-69-disabling-7161"> <h4 slot="headline"> 60% to 69% disabling </h4> <div id="7161" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7161" data-analytics-faq-text="60% to 69% disabling"> <div id="collapsible_panel_item-7161"> <div data-template="paragraphs/wysiwyg" data-entity-id="7161"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7160" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 60 </span> <span> 64 </span> <span> 68 </span> <span> 72 </span> <span> 76 </span> <span> 80 </span> <span> 84 </span> <span> 88 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 61 </span> <span> 65 </span> <span> 69 </span> <span> 73 </span> <span> 77 </span> <span> 81 </span> <span> 84 </span> <span> 88 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 62 </span> <span> 66 </span> <span> 70 </span> <span> 73 </span> <span> 77 </span> <span> 81 </span> <span> 85 </span> <span> 89 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 63 </span> <span> 67 </span> <span> 70 </span> <span> 74 </span> <span> 78 </span> <span> 82 </span> <span> 85 </span> <span> 89 </span> <span> 93 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 64 </span> <span> 68 </span> <span> 71 </span> <span> 75 </span> <span> 78 </span> <span> 82 </span> <span> 86 </span> <span> 89 </span> <span> 93 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 65 </span> <span> 69 </span> <span> 72 </span> <span> 76 </span> <span> 79 </span> <span> 83 </span> <span> 86 </span> <span> 90 </span> <span> 93 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 66 </span> <span> 69 </span> <span> 73 </span> <span> 76 </span> <span> 80 </span> <span> 83 </span> <span> 86 </span> <span> 90 </span> <span> 93 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 67 </span> <span> 70 </span> <span> 74 </span> <span> 77 </span> <span> 80 </span> <span> 84 </span> <span> 87 </span> <span> 90 </span> <span> 93 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 68 </span> <span> 71 </span> <span> 74 </span> <span> 78 </span> <span> 81 </span> <span> 84 </span> <span> 87 </span> <span> 90 </span> <span> 94 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 69 </span> <span> 72 </span> <span> 75 </span> <span> 78 </span> <span> 81 </span> <span> 85 </span> <span> 88 </span> <span> 91 </span> <span> 94 </span> <span> 97 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="70-to-79-disabling-7163"> <h4 slot="headline"> 70% to 79% disabling </h4> <div id="7163" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7163" data-analytics-faq-text="70% to 79% disabling"> <div id="collapsible_panel_item-7163"> <div data-template="paragraphs/wysiwyg" data-entity-id="7163"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7162" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 70 </span> <span> 73 </span> <span> 76 </span> <span> 79 </span> <span> 82 </span> <span> 85 </span> <span> 88 </span> <span> 91 </span> <span> 94 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 71 </span> <span> 74 </span> <span> 77 </span> <span> 80 </span> <span> 83 </span> <span> 86 </span> <span> 88 </span> <span> 91 </span> <span> 94 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 72 </span> <span> 75 </span> <span> 78 </span> <span> 80 </span> <span> 83 </span> <span> 86 </span> <span> 89 </span> <span> 92 </span> <span> 94 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 73 </span> <span> 76 </span> <span> 78 </span> <span> 81 </span> <span> 84 </span> <span> 87 </span> <span> 89 </span> <span> 92 </span> <span> 95 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 74 </span> <span> 77 </span> <span> 79 </span> <span> 82 </span> <span> 84 </span> <span> 87 </span> <span> 90 </span> <span> 92 </span> <span> 95 </span> <span> 97 </span> </va-table-row> <va-table-row> <span> 75 </span> <span> 78 </span> <span> 80 </span> <span> 83 </span> <span> 85 </span> <span> 88 </span> <span> 90 </span> <span> 93 </span> <span> 95 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 76 </span> <span> 78 </span> <span> 81 </span> <span> 83 </span> <span> 86 </span> <span> 88 </span> <span> 90 </span> <span> 93 </span> <span> 95 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 77 </span> <span> 79 </span> <span> 82 </span> <span> 84 </span> <span> 86 </span> <span> 89 </span> <span> 91 </span> <span> 93 </span> <span> 95 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 78 </span> <span> 80 </span> <span> 82 </span> <span> 85 </span> <span> 87 </span> <span> 89 </span> <span> 91 </span> <span> 93 </span> <span> 96 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 79 </span> <span> 81 </span> <span> 83 </span> <span> 85 </span> <span> 87 </span> <span> 90 </span> <span> 92 </span> <span> 94 </span> <span> 96 </span> <span> 98 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="80-to-89-disabling-7165"> <h4 slot="headline"> 80% to 89% disabling </h4> <div id="7165" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7165" data-analytics-faq-text="80% to 89% disabling"> <div id="collapsible_panel_item-7165"> <div data-template="paragraphs/wysiwyg" data-entity-id="7165"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7164" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 80 </span> <span> 82 </span> <span> 84 </span> <span> 86 </span> <span> 88 </span> <span> 90 </span> <span> 92 </span> <span> 94 </span> <span> 96 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 81 </span> <span> 83 </span> <span> 85 </span> <span> 87 </span> <span> 89 </span> <span> 91 </span> <span> 92 </span> <span> 94 </span> <span> 96 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 82 </span> <span> 84 </span> <span> 86 </span> <span> 87 </span> <span> 89 </span> <span> 91 </span> <span> 93 </span> <span> 95 </span> <span> 96 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 83 </span> <span> 85 </span> <span> 86 </span> <span> 88 </span> <span> 90 </span> <span> 92 </span> <span> 93 </span> <span> 95 </span> <span> 97 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 84 </span> <span> 86 </span> <span> 87 </span> <span> 89 </span> <span> 90 </span> <span> 92 </span> <span> 94 </span> <span> 95 </span> <span> 97 </span> <span> 98 </span> </va-table-row> <va-table-row> <span> 85 </span> <span> 87 </span> <span> 88 </span> <span> 90 </span> <span> 91 </span> <span> 93 </span> <span> 94 </span> <span> 96 </span> <span> 97 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 86 </span> <span> 87 </span> <span> 89 </span> <span> 90 </span> <span> 92 </span> <span> 93 </span> <span> 94 </span> <span> 96 </span> <span> 91 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 87 </span> <span> 88 </span> <span> 90 </span> <span> 91 </span> <span> 92 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 97 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 88 </span> <span> 89 </span> <span> 90 </span> <span> 92 </span> <span> 93 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 98 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 89 </span> <span> 90 </span> <span> 91 </span> <span> 92 </span> <span> 93 </span> <span> 95 </span> <span> 96 </span> <span> 97 </span> <span> 98 </span> <span> 99 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="90-to-94-disabling-7167"> <h4 slot="headline"> 90% to 94% disabling </h4> <div id="7167" data-template="paragraphs/collapsible_panel__panel" data-entity-id="7167" data-analytics-faq-text="90% to 94% disabling"> <div id="collapsible_panel_item-7167"> <div data-template="paragraphs/wysiwyg" data-entity-id="7167"> <div itemprop="text"> <p><strong>Tip:</strong> Look for your highest disability rating (or highest combined rating) in the left column, and your next lowest disability rating in the top row. Your combined rating is the number where the 2 intersect on the chart, rounded to the nearest 10%.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7166" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 90 </span> <span> 91 </span> <span> 92 </span> <span> 93 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 97 </span> <span> 98 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 91 </span> <span> 92 </span> <span> 93 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 96 </span> <span> 97 </span> <span> 98 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 92 </span> <span> 93 </span> <span> 94 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 97 </span> <span> 98 </span> <span> 98 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 93 </span> <span> 94 </span> <span> 94 </span> <span> 95 </span> <span> 96 </span> <span> 97 </span> <span> 97 </span> <span> 98 </span> <span> 99 </span> <span> 99 </span> </va-table-row> <va-table-row> <span> 94 </span> <span> 95 </span> <span> 95 </span> <span> 96 </span> <span> 96 </span> <span> 97 </span> <span> 98 </span> <span> 98 </span> <span> 99 </span> <span> 99 </span> </va-table-row> </va-table> </div> </div> </va-accordion-item> </va-accordion> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="7169"> <div itemprop="text"> <p> </p> <h3 id="how-we-use-the-combined-rating">How we use the combined ratings table</h3> <p>We follow these steps to calculate your combined rating.</p> <h4>Step 1</h4> <p>We start by putting your disability ratings in order, from highest to lowest percentage. </p> <p><strong>For example: </strong>If you had 2 disabilities rated as 50% disabling and 30% disabling, we’d rank them in this order: 50%, then 30%.</p> <h4>Step 2</h4> <p>Next, we look for your highest rating in the left column of the combined ratings table, and the next highest rating in the top row of the combined ratings table.</p> <p><strong>In our example:</strong> We’d look for 50 in the left column and 30 in the top row.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7172" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 50 </span> <span> 55 </span> <span> 60 </span> <span> 65 </span> <span> 70 </span> <span> 75 </span> <span> 80 </span> <span> 85 </span> <span> 90 </span> <span> 95 </span> </va-table-row> </va-table> <div data-template="paragraphs/wysiwyg" data-entity-id="7173"> <div itemprop="text"> <h4>Step 3</h4> <p>Then, we look across from the 50 in the left column and down from the 30 in the top row to find the number that appears where the left column and top row meet. This is the combined value of the 2 ratings.</p> <p><strong>In our example: </strong>This would be 65.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7174" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 50 </span> <span> 55 </span> <span> 60 </span> <span> 65 </span> <span> 70 </span> <span> 75 </span> <span> 80 </span> <span> 85 </span> <span> 90 </span> <span> 95 </span> </va-table-row> </va-table> <div data-template="paragraphs/wysiwyg" data-entity-id="7175"> <div itemprop="text"> <h4>Step 4</h4> <p><br> <strong>If you have 2 disabilities</strong><br> We round that combined value to the nearest 10% to find your combined disability rating. We round combined values ending in 1 to 4 down, and those ending in 5 to 9 up.</p> <p><strong>In our example:</strong> Your combined disability rating would be 70%.</p> <h4>Step 5</h4> <p><strong>If you have more than 2 disabilities</strong></p> <p>We repeat the process for each additional disability. This means we take the combined value (before rounding) of the first 2 disability ratings and then combine that with the third highest rating, and so on until we’ve added all disability ratings. We then round the final value to the nearest 10% to get your combined disability rating.</p> <p><strong>For example: </strong>If we added a third disability rated at 10% disabling to our original example, we would take your combined value of 65 and look for that number in the left column of the combined ratings table. We would then look for 10 in the top row—and find the number where the left column and top row meet. In this example, that number would be 69.</p> </div> </div> <va-table data-template="paragraphs/table" data-entity-id="7176" table-title table-type="bordered" uswds> <va-table-row> <span></span> <span>10</span> <span>20</span> <span>30</span> <span>40</span> <span>50</span> <span>60</span> <span>70</span> <span>80</span> <span>90</span> </va-table-row> <va-table-row> <span> 60 </span> <span> 64 </span> <span> 68 </span> <span> 72 </span> <span> 76 </span> <span> 80 </span> <span> 84 </span> <span> 88 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 61 </span> <span> 65 </span> <span> 69 </span> <span> 73 </span> <span> 77 </span> <span> 81 </span> <span> 84 </span> <span> 88 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 62 </span> <span> 66 </span> <span> 70 </span> <span> 73 </span> <span> 77 </span> <span> 81 </span> <span> 85 </span> <span> 89 </span> <span> 92 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 63 </span> <span> 67 </span> <span> 70 </span> <span> 74 </span> <span> 78 </span> <span> 82 </span> <span> 85 </span> <span> 89 </span> <span> 93 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 64 </span> <span> 68 </span> <span> 71 </span> <span> 75 </span> <span> 78 </span> <span> 82 </span> <span> 86 </span> <span> 89 </span> <span> 93 </span> <span> 96 </span> </va-table-row> <va-table-row> <span> 65 </span> <span> 69 </span> <span> 72 </span> <span> 76 </span> <span> 79 </span> <span> 83 </span> <span> 86 </span> <span> 90 </span> <span> 93 </span> <span> 97 </span> </va-table-row> </va-table> <div data-template="paragraphs/wysiwyg" data-entity-id="7171"> <div itemprop="text"> <p>We would then round this number up to 70%, and this would be your combined disability rating.</p> <h2 id="get-more-information">Get more information</h2> <p>Play our videos to learn more about how VA disability ratings and compensation work: <br><a href="https://www.youtube.com/watch?v=oM7oYzL2DCg">Compensation 101: How did I get this rating? (YouTube)</a><br><a href="https://www.youtube.com/watch?v=T3RodE0nGFc">Compensation 101: What is disability compensation? (YouTube)</a><br><a href="https://www.youtube.com/watch?v=h4vKqUlrdys">Compensation 101: What is service connection? (YouTube)</a></p> <p>If you need help understanding your benefits or accessing services, please call us at <a aria-label="8 0 0. 8 2 7. 1 0 0 0." href="tel:+18008271000">800-827-1000</a>. We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m. ET.</p> </div> </div> <va-back-to-top></va-back-to-top> <!-- Last updated & feedback button--> <div class="last-updated usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <div class="mobile-lg:vads-u-display--flex above-footer-elements-container"> <div class="vads-u-flex--auto"> <span class="vads-u-text-align--justify"> <p>Last updated: <time datetime="2024-11-05">November 5, 2024</time></p> </span> </div> <div class="vads-u-flex--1 vads-u-text-align--right"> <span class="vads-u-text-align--right"> <button type="button" class="feedback-button usa-button" id="mdFormButton" aria-label="give feedback"> Feedback </button> </span> </div> </div> </div> </article> </div> </div></main> </div> </div> <!-- src url from https://docs.datadoghq.com/real_user_monitoring/browser/setup/#cdn-sync --> <!-- ********* Disabling until we figure out how to ensure that only desired pages are monitored ********* <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript" defer src="https://www.datadoghq-browser-agent.com/datadog-rum-v5.js" ></script> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript"> window.addEventListener('load', () => { // All of the page urls we want to monitor include www.va.gov (production only) if (window.DD_RUM && window.location?.hostname === 'www.va.gov') { /** * Unauthenticated Static pages may be crawled by bots, so we won't initialize * RUM sessions. The following code is from DataDog: * https://docs.datadoghq.com/real_user_monitoring/guide/identify-bots-in-the-ui */ // regex patterns to identify known bot instances (5/2024): const botPattern = '(googlebot\/|bot|Googlebot-Mobile|Googlebot-Image|Google favicon|Mediapartners-Google|bingbot|slurp|java|wget|curl|Commons-HttpClient|Python-urllib|libwww|httpunit|nutch|phpcrawl|msnbot|jyxobot|FAST-WebCrawler|FAST Enterprise Crawler|biglotron|teoma|convera|seekbot|gigablast|exabot|ngbot|ia_archiver|GingerCrawler|webmon |httrack|webcrawler|grub.org|UsineNouvelleCrawler|antibot|netresearchserver|speedy|fluffy|bibnum.bnf|findlink|msrbot|panscient|yacybot|AISearchBot|IOI|ips-agent|tagoobot|MJ12bot|dotbot|woriobot|yanga|buzzbot|mlbot|yandexbot|purebot|Linguee Bot|Voyager|CyberPatrol|voilabot|baiduspider|citeseerxbot|spbot|twengabot|postrank|turnitinbot|scribdbot|page2rss|sitebot|linkdex|Adidxbot|blekkobot|ezooms|dotbot|Mail.RU_Bot|discobot|heritrix|findthatfile|europarchive.org|NerdByNature.Bot|sistrix crawler|ahrefsbot|Aboundex|domaincrawler|wbsearchbot|summify|ccbot|edisterbot|seznambot|ec2linkfinder|gslfbot|aihitbot|intelium_bot|facebookexternalhit|yeti|RetrevoPageAnalyzer|lb-spider|sogou|lssbot|careerbot|wotbox|wocbot|ichiro|DuckDuckBot|lssrocketcrawler|drupact|webcompanycrawler|acoonbot|openindexspider|gnam gnam spider|web-archive-net.com.bot|backlinkcrawler|coccoc|integromedb|content crawler spider|toplistbot|seokicks-robot|it2media-domain-crawler|ip-web-crawler.com|siteexplorer.info|elisabot|proximic|changedetection|blexbot|arabot|WeSEE:Search|niki-bot|CrystalSemanticsBot|rogerbot|360Spider|psbot|InterfaxScanBot|Lipperhey SEO Service|CC Metadata Scaper|g00g1e.net|GrapeshotCrawler|urlappendbot|brainobot|fr-crawler|binlar|SimpleCrawler|Livelapbot|Twitterbot|cXensebot|smtbot|bnf.fr_bot|A6-Indexer|ADmantX|Facebot|Twitterbot|OrangeBot|memorybot|AdvBot|MegaIndex|SemanticScholarBot|ltx71|nerdybot|xovibot|BUbiNG|Qwantify|archive.org_bot|Applebot|TweetmemeBot|crawler4j|findxbot|SemrushBot|yoozBot|lipperhey|y!j-asr|Domain Re-Animator Bot|AddThis)'; const regex = new RegExp(botPattern, 'i'); // Don't initialize RUM if a bot is crawling the page const isBot = regex.test(navigator.userAgent); /** * Initialize DataDog Real User Monitoring (RUM) sessions * https://docs.datadoghq.com/real_user_monitoring/browser/#cdn-sync */ if ( !isBot && // is DataDog is already initialized? !window.DD_RUM?.getInitConfiguration() ) { window.DD_RUM.init({ site: 'ddog-gov.com', env: 'production', version: '1.0.0', service: 'benefits-decision-review-static-pages', clientToken: 'pub17c22ff5e9e7e51f7ac28b828741e21a', applicationId: '133801ec-0b13-4a6f-9689-bd937a1ddf27', sessionSampleRate: 1, // sessionReplaySampleRate: 1, trackInteractions: true, trackUserInteractions: true, trackResources: true, trackLongTasks: true, // https://docs.datadoghq.com/real_user_monitoring/session_replay/browser/privacy_options/ defaultPrivacyLevel: 'mask-user-input', }); window.DD_RUM.startSessionReplayRecording(); } } }); </script> --> <footer class="footer"> <div id="footerNav" data-minimal-footer="false"></div> </footer> <div id="logout-modal-root"></div> <!-- VA's mission: To fulfill President Lincoln's promise to care for those who have served in our nation's military and for their families, caregivers, and survivors. --> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj" type="text/javascript"> (function() { var module = {}; function mountWidgets(widgets, slowLoadingThreshold) { [].slice.call(widgets).forEach(function(widget) { var timeout = widget.getAttribute('data-widget-timeout'); if (timeout) { timeout = parseInt(timeout, 10); } timeout = (timeout || 0) * 1000; if (timeout > slowLoadingThreshold) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var slowMessage = widget.querySelector( '.loading-indicator-message--slow' ); var regularMessage = widget.querySelector( '.loading-indicator-message--normal' ); if (!replacedWithWidget && regularMessage) { regularMessage.setAttribute('aria-hidden', 'true'); regularMessage.classList.add('vads-u-display--none'); } if (!replacedWithWidget && slowMessage) { slowMessage.setAttribute('aria-hidden', 'false'); slowMessage.classList.remove('vads-u-display--none'); } }, slowLoadingThreshold); } if (timeout > 0) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var errorMessage = widget.querySelector('.sip-application-error'); var loadingMessage = widget.querySelector( '.loading-indicator-container' ); if (!replacedWithWidget && loadingMessage) { loadingMessage.parentNode.removeChild(loadingMessage); } if (!replacedWithWidget && errorMessage) { errorMessage.setAttribute('aria-hidden', 'false'); errorMessage.classList.remove('vads-u-display--none'); } }, timeout); } }); } if (module) { module.exports = mountWidgets; } mountWidgets(document.querySelectorAll('[data-widget-type]'), 6000); })(); </script> <script nonce="yONv7eVKJjddxXbUaJ9seNcC826h5sMj"> (function() { document.getElementById('5749d9f6249efa755223e1461ba34f7c').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('79050f03d1e55423669b9a2f1d4387b7').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('ba74be568524c50ded712654545e9dc9').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('c9ee96546cc4894350c71dd1088d5c3e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('081c9f9e75d2ae6fbfb4b0a3a24207c0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c6480b600c61d273e5bfa80be44dbc10').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('51057b633ce2332a6e7733d13acd3e6f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7388e3be5e1bd91d073d922487bb3d24').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('15eed0a6b9ca276d1c188525f4f41da0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('fa70d8419a75c89a0ad427ce8380cb34').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ade4a569d6398e9bd1623e67afb62867').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('1c1b9cc095f3a96fafc8c0771d466b6f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('39d84f42a369c1d44a13ee7c6aaa2baf').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c129e7730381cc0bc7feccfcd83596c5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0fbb0ec4ac39640d57f7c818dd9becab').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ba5c83a79d3d2a2c3afec2b5db60cc8d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d18aae9c000194a92076eaf28c3fd335').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('55c6171cd53b30fa7bb4ab483ea12d6d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d07b1fbccb40bbfeaad62339d8d1ef09').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2343895f6e33d20d1023fa35e2302483').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3a6cd4c2acfa7d194ef5f852e70a58e3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9bb45d6561948ae64246011e7652dcc6').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7d7bdfa66f64513e276e951163524a7d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6caad74658acc4287e8dbc0e9c0d80ad').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('703e13b719b7bc7a4b131638d4b68019').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f23f6af44312a26716b140d4eacffdab').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d93db7e71ce6e1b1ea60cd7ab7cd7997').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f79e8235805021b533855e6515a7c026').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c41d1b89c9b6480c802021062061ab5d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2d291da9c2033746da4f30e08ebede23').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4be69dcb29ed4253845b3238f9c05b02').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4db9856189f89c01724fbdc764cc95d7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('cf62619ec9a8d92aaa15901fd13ca170').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('828f237e132bae71e479c6c35b02d1ad').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('44642fbc57524d14f870097bed67f432').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9b0a2a8174e7467765f98c92dc5aff17').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9920b6b49e93396e3ff6d7efdc7bc582').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('031296c5052b3362c44b68189ed9b80e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e634d5631bf3bc850e0598b8b154b44a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c4e5ac153b1919d8ac88ea7e88398d5b').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2c2b841a059012cab413b2902610d248').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('12a4181b62ded94156d140963bc53180').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b9a1d8e3ee683beddfbb351c76eba562').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('23e3d5e2eddfbf903bc89327cbc44328').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e38556a69ec6d126d7acda001ff7be4e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('eb52e6889724867c4abb168487cbf1c0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('180683f0fb70c9de62393c83774d415a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('69e01dc48a8b0f3906ee3d4f7dfd795a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c33bc3a5f48d6478c35c5a329ce37d18').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f8f3275b2c6af4b3eba4d8e0f2549f03').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('55eb2d1e938a3c266f025fe31880936e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ef603a008f23affe2edc9631bb496071').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c94a0da8162b5a1bb1787ecee299c96e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6cf300b150a2d4f3c6c84a408c921784').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('bcde8d81aa603e4c2c132baa2c21df11').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b1cd7ed6a7436064a5cfe414915127d7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3b80ebe40456e0fee4b46e3fad8a01f4').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7efde142f2c63e7056c1750d7f62718d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3a62d9021f3c97a01e9631685ca2e183').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7e461c016b8a53eaaddb05f1786800ac').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ae1ca6d6bb49e079c0de9f090954483a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7aa38fc9e3a120a7fdb8f5b94c6e56f2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9b89dc58a0b202d80746ec01a6f047b0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('24334bd2aaa43d02355216a5bc325241').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4d97a8e90e7ab87bbabbde83441b84fc').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5c42285b421475ca11dca6cbeef904aa').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('bb5390261deffe7efcb7e38cec99866f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('cfa1698d6f7440687538892f0ea75572').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5e3cebec5912f59da8157c8ea25b3f37').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('57565c668784dd6eeafde121c7c999ef').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0f5c00bbf76cc85b692afc52ef764bbb').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3852a25c39b64ac908f70cb96ef56e4c').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('030d727bc116ba8632e39937138a5183').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0a1a566fbddf4d6e77ff24e1b9e2e751').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f640c2184845257d2353f963d7fab44b').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7bb162c9d00b56742db5db808f026d34').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ce947497d3c317d3a2a68e384d6a1c55').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('83b376d03a6637b77514d0756a5ca5d1').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a3a7f4f367ec466d0c464976de36551d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('cadc7f01fc1516c6119dfb556c1ac136').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e2bea4a0bdf90be858984e5a6c715fc5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a2ba570a5d7aaec5d4ac4cf9ab5cc19a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>