diff --git a/src/dialogs/more-info/ha-more-info-info.ts b/src/dialogs/more-info/ha-more-info-info.ts
index ca05ec75d2..99e8a95448 100644
--- a/src/dialogs/more-info/ha-more-info-info.ts
+++ b/src/dialogs/more-info/ha-more-info-info.ts
@@ -45,9 +45,13 @@ export class MoreInfoInfo extends LitElement {
${!stateObj
? html`
- ${this.hass.localize(
- "ui.dialogs.entity_registry.editor.unavailable"
- )}
+ ${this.entry?.disabled_by
+ ? this.hass.localize(
+ "ui.dialogs.entity_registry.editor.entity_disabled"
+ )
+ : this.hass.localize(
+ "ui.dialogs.entity_registry.editor.unavailable"
+ )}
`
: nothing}
${stateObj?.attributes.restored && entityRegObj