diff --git a/.changeset/lemon-cups-wait.md b/.changeset/lemon-cups-wait.md
new file mode 100644
index 0000000000..4dd08c21b0
--- /dev/null
+++ b/.changeset/lemon-cups-wait.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-catalog': minor
+---
+
+include owner chip in catalog search result item
diff --git a/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx b/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx
index 50caf4ff8a..06906aecc1 100644
--- a/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx
+++ b/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx
@@ -110,6 +110,9 @@ export function CatalogSearchResultListItem(
{result.lifecycle && (
)}
+ {result.owner && (
+
+ )}