I have the following,
\begin{equation}
\label{Hyp}\tag{$\mathbf{H}$}
\nonumber
(\mathbf{H})\left\{
\begin{tabular}{p{\textwidth}}
\begin{enumerate}[label=(\subscript{\mathbf{H}}{{\arabic*}})]
\item something
\item something
\item something
\end{enumerate}
\end{tabular}
\right.
\end{equation}
But I don't want the equation to have the (H) tag showing in the document, I only want it to show as such when I am cross referencing, i.e., if i write \ref{Hyp} then I want (H).

autonumpackage? Be aware this package is not supported very long and other packages have difficulties to work with this package. – Su-47 Oct 14 '20 at 14:58@usernameto ping someone, otherwise the user gets no message. But to the point: the placement of the tag isn't aligned because you are forcing a tabular of width\textwidth. Your code will complain about an overfull\hbox. If you choose a reasonable size the tag will be correctly centered. – campa Oct 15 '20 at 13:55