Edit: given info in first post of thread, I don't think this was the cause of what @coltlv1994 was seeing.
Followup post has my reasons.
But it is a thing to be aware of in general when using a new address with a dhcp server.
My guess is that the PC's lease expired in the mean time. So that is the reason for the "self healing".
If you still have the saved output from the ipconfig/all, it would have the time that the lease expires
Lease Obtained. . . . . . . . . . : Thursday, April 02, 2026 11:22:32 AM
Lease Expires . . . . . . . . . . : Sunday, April 05, 2026 2:44:31 AM
Note that the Lease Obtained is the time the address was first offered as the result of a DHCP discover, not the time of the last least extension. In this case the lease time was one day, but it has been extended multiple times, so you can't in general determine the lease duration from ipconfig/all (at least that I am aware of, if someone knows, please post).
If there is a switch between the PC and the router/dhcp server, it will keep the physical ethernet link up when a router is rebooted or replaced.
A lease is a "contract" that the address leased will be valid and not offered to another client until the lease has expired.
So until the client either loses link, or 1/2 of the lease period has, a client will not normally ever initiate a connection to the DHCP server. And even then it won't request a different ip than it already has a lease for, unless it gets a DHCP nak, in which case it will initiate a new discover.
So when changing dhcp addresses, power cycle any switches between the clients and the dhcp server.
Then any dhcp clients directly connected to the switch will lose link, and initiate a DHCP request asking the DCHP server for the same address is previously had (e.g. 192.168.88.250). If that DHCP server is no longer around, and there is an authoritative DHCP server on the ethernet segment with a different address, then that dhcp server will send a DHCPNAK with "wrong network", and the client will then send a DHCP Discover, and get a new offer from the new DHCP server, it will then request the offer, and the server will acknowledge that the client now has the new address (e.g. 192.168.1.254) leased for the specified period.
Or from the client either unplug the ethernet cable, wait a few seconds and reinsert it, or issue ipconfig/release and then ipconfig/renew.