この記事はまだ日本語に翻訳されていません。英語の原文を表示しています。翻訳は近日公開予定です。

すべての記事
Guides

How to Track a Loan to a Friend

Turn a fuzzy IOU into a shared record: repayment schedule, running balance, no awkward chase texts.

Split The Bill8 分で読めます

To track a loan to a friend, write it down the moment it happens (the amount, the date, and who owes whom), then agree on a repayment schedule so both of you know what "paid back" looks like. The failure mode isn't dishonesty; it's memory. You lend $200, neither of you records it, and three months later you're stuck deciding whether to send the awkward "hey, did I ever get that back?" text. A shared loan record fixes this by making the balance visible to both people. This guide covers when to log something as a loan (versus a one-off debt), how to structure a repayment schedule, how to mark partial payments, and how to close it out cleanly, with real numbers throughout.

Write it down the moment it happens

The single most useful habit is recording the loan at the moment of lending, not later. Memory is the enemy: a week after you Venmo a friend $150 for a concert ticket, you'll remember the ticket but not the amount; a month later you won't remember the ticket.

A loan record needs four things: the amount, the currency, the date, and the direction (did you lend them, or did they lend you?). A one-line reason, "Concert ticket, May 10," is optional but saves an argument later.

In Split The Bill, this lives at `/loans`: click New loan, pick the friend, enter the amount and an optional reason. The record is private to the two of you by default. The point isn't bureaucracy, it's that thirty seconds of writing now removes the entire "did I pay you back?" category of awkwardness later.

Loan vs. one-off debt: pick the right tool

Not every "you owe me" needs a loan record. There's a clean rule of thumb:

If it'll be paid back in one transaction, it's a debt. You covered your friend's $42 share of dinner; they Venmo you $42 tomorrow; done. That belongs as a manual debt inside a group, not a loan.

If it'll be paid back over two or more payments, it's a loan. You lent $600 for a flight and they're paying you back $200/month for three months. That needs a schedule and a running balance: a single debt entry can't track "they've paid 1 of 3."

The distinction matters because the tools behave differently. A debt is settled once and disappears. A loan persists, accrues partial payments, and shows a balance until it hits zero. Reaching for a loan when a debt would do just adds friction; reaching for a debt when it's really a multi-month loan means you lose the schedule.

Set a repayment schedule you'll both honor

A loan without a schedule is a wish. "Pay me back whenever" is how a $200 loan becomes a two-year background resentment. The schedule doesn't have to be strict, it has to exist.

Lump sum. For small amounts between close friends, skip installments entirely: one row, pay-when-you-can, marked paid in full when the money lands. Fine for $40; risky for $400.

Even installments. Lent $200, paying $50/month over four months? Set the count and the cadence and the schedule generates itself: four rows, one due each month. This is the sweet spot for most between-friends loans: big enough to matter, small enough that a monthly bite is painless.

Custom. Sometimes life isn't even. Your friend pays $300 of a $500 loan now (tax refund) and the remaining $200 next month. Two rows, two amounts, two dates.

The schedule sets the shared expectation. Once "paid back" has a concrete definition (these rows, marked paid) nobody has to guess whether the loan is finished.

Mark each payment and watch the running balance

The running balance is the whole point. It answers, at a glance, the only question that ever gets asked: how much is left?

When a payment lands (your friend sends $50) open the loan, tap the next installment, and mark it paid. The balance drops from $200 to $150 in real time. No mental arithmetic, no scrolling back through a chat to add up transfers.

Both sides can mark payments. The borrower can flip a row to "Paid" when they send the money; the lender can flip it back if it never arrived (rare, but possible). This is deliberate. Friends trust each other; the record is a shared memory, not a courtroom. When both people can update it, neither person is stuck being "the one with the spreadsheet."

Partial payments count. If your friend sends $30 against a $50 installment, that's recorded too; the balance reflects reality rather than forcing an all-or-nothing flip. The loan also stays on your dashboard until the balance reaches zero, so you don't have to remember it exists.

Nudging without nagging

The fastest way to make a friend resent you, and uninstall the app, is automated dunning. An app that emails "YOU OWE $50" every Sunday turns a favor into a collections notice.

Split The Bill doesn't auto-pester. There's no cron job firing reminders at your friend. Reminders are manual and opt-in: the lender can trigger a friendly nudge from the loan page, and only when an installment is actually overdue. The reminder just sends the loan link; there's no scolding template.

The social logic here matters more than the feature. A loan between friends is a relationship first and a transaction second. The tool's job is to remove ambiguity (what's owed, what's paid), not to apply pressure. When the balance is visible to both of you, the nudge is usually unnecessary: your friend can see the $50 sitting there as clearly as you can.

When your friend isn't on the app

Your friend doesn't need to install anything to be on the other side of a loan. Create it with their name and email, and they get a one-time link to view their side of the loan, with the direction flipped, so they see "I owe Alice $150," and they can mark payments from that link too. The record stays in your account; they just get a read-and-update window into it.

This is the same share mechanism the group features use, so it's well-worn rather than a bolt-on. It means you can start tracking the loan honestly today, without a "first, download this app" conversation that most people will quietly ignore.

If they do have an account, the loan simply appears in their `/loans` too, mirrored. Either way, the balance is something both people can see, which is the entire difference between a shared record and a private grudge.

Closing it out: paid, forgiven, or renegotiated

A loan should end as cleanly as it started. When the final installment is marked paid, the loan auto-marks Settled and drops off your dashboard. It doesn't vanish; it stays in `/loans` as an archive you can filter by Active/Settled, so there's a permanent answer to "did that ever get squared?"

Sometimes the ending isn't a full payment. Your friend paid back $150 of $200 and you're calling it even: use Forgive remaining and write a one-line reason. The record stays honest: the balance reflects the forgiveness rather than pretending the last $50 arrived.

And sometimes the terms change mid-stream. If you both agree the $200 was really $180, either side can edit the principal or any installment. The change lands in an audit trail, "Amount changed from $200 to $180 by Alice on May 10," so a renegotiation is visible to both people, not a silent edit. That visibility is what keeps a small money thing from quietly corroding a friendship.

かんたん FAQ

  • How do I track a loan to a friend without it being awkward?

    Record it the moment it happens (amount, date, direction) and share the record so both of you can see the balance. The awkwardness comes from ambiguity ("did I pay you back?"), and a shared running balance removes the ambiguity. You're not keeping a private spreadsheet on your friend; you're both looking at the same honest number.

  • Should I use a loan or a manual debt?

    Rule of thumb: if it'll be paid back in a single transaction, use a one-off debt inside a group. If it'll take two or more payments over weeks or months, use a loan: only a loan tracks a repayment schedule, partial payments, and a running balance.

  • Can the borrower see and update the loan?

    Yes. If they have an account, the loan appears in their loans list with the direction flipped. If they don't, they get a one-time link to view their side and mark payments. Both sides can mark installments paid: the record is a shared memory, not something only the lender controls.

  • Does the app send automatic reminders?

    No. Reminders are manual and opt-in: the lender can trigger a friendly nudge from the loan page, and only once an installment is overdue. There's no scheduled dunning and no scolding template. Auto-pestering is how apps get uninstalled, so it's deliberately absent.

  • What if we agreed on a different amount than what's recorded?

    Either side can edit the loan principal or any installment. The change goes into an audit trail both people can see, for example "Amount changed from $200 to $180 by Alice on May 10," so a renegotiation is transparent rather than a silent overwrite.

  • What if my friend only pays part of an installment?

    Partial payments are recorded and the running balance reflects them. If a $50 installment gets a $30 payment, the balance shows the remaining $20 rather than forcing an all-or-nothing "paid" flip.

  • What happens when the loan is settled, or forgiven?

    When the last installment is marked paid, the loan auto-marks Settled and drops off your dashboard, staying in the archive so there's a permanent record. If you forgive the remainder, use Forgive remaining with a one-line reason: the balance reflects the forgiveness honestly instead of pretending the money arrived.

Split The Bill を無料で試す

レシート読み取りは月 10 件まで、定期的な支出、複数通貨、Venmo / PayPal / Revolut での精算に対応。

無料アカウントを作成