How to Build a New Habit: This is Your Strategy Guide
How to Build a New Habit: This is Your Strategy Guide
by James Clear
Read this on JamesClear.com
According to researchers at Duke University, habits account for about 40 percent of our behaviors on any given day. [1]
Understanding how to build new habits (and how your current ones work) is essential for making progress in your health, your happiness, and your life in general.
But there can be a lot of information out there and most of it isn't very simple to digest. To solve this problem and break things down in a very simple manner, I have created this strategy guide for building new habits that actually stick.
1. Start with an incredibly small habit.
Make it so easy you can't say no.
—Leo Babauta
When most people struggle to stick with a new habit, they say something like, “I just need more motivation.” Or, “I wish I had as much willpower as you do.”
This is the wrong approach. Research shows that willpower is like a muscle. It gets fatigued as you use it throughout the day. Another way to think of this is that your motivation ebbs and flows. It rises and falls. Stanford professor BJ Fogg calls this the “motivation wave.”
Solve this problem by picking a new habit that is easy enough that you don't need motivation to do it. Rather than starting with 50 pushups per day, start with 5 pushups per day. Rather than trying to meditate for 10 minutes per day, start by meditating for one minute per day. Make it easy enough that you can get it done without motivation.
Further reading: Identity-Based Habits: How to Actually Stick to Your Goals
2. Increase your habit in very small ways.
Success is a few simple disciplines, practiced every day; while failure is simply a few errors in judgment, repeated every day.
—Jim Rohn
One percent improvements add up surprisingly fast. So do one percent declines.
Rather than trying to do something amazing from the beginning, start small and gradually improve. Along the way, your willpower and motivation will increase, which will make it easier to stick to your habit for good.
Further reading: This Coach Improved Every Tiny Thing by 1 Percent and Here’s What Happened
3. As you build up, break habits into chunks.
If you continue adding one percent each day, then you'll find yourself increasing very quickly within two or three months. It is important to keep each habit reasonable, so that you can maintain momentum and make the behavior as easy as possible to accomplish.
Building up to 20 minutes of meditation? Split it into two segments of 10 minutes at first.
Trying to do 50 pushups per day? Five sets of 10 might be much easier as you make your way there.
Further reading: I’m Using These 3 Simple Steps to Actually Stick with Good Habits
4. When you slip, get back on track quickly.
The best way to improve your self-control is to see how and why you lose control.
—Kelly McGonigal
Top performers make mistakes, commit errors, and get off track just like everyone else. The difference is that they get back on track as quickly as possible.
Research has shown that missing your habit once, no matter when it occurs, has no measurable impact on your long-term progress. Rather than trying to be perfect, abandon your all-or-nothing mentality.
You shouldn't expect to fail, but you should plan for failure. Take some time to consider what will prevent your habit from happening. What are some things that are likely to get in your way? What are some daily emergencies that are likely to pull you off course? How can you plan to work around these issues? Or, at least, how you can bounce back quickly from them and get back on track?
You just need to be consistent, not perfect. Focus on building the identity of someone who never misses a habit twice.
Further reading: How to Stop Procrastinating by Using the “Seinfeld Strategy”
5. Be patient. Stick to a pace you can sustain.
Learning to be patient is perhaps the most critical skill of all. You can make incredible progress if you are consistent and patient.
If you are adding weight in the gym, you should probably go slower than you think. If you are adding daily sales calls to your business strategy, you should probably start with fewer than you expect to handle. Patience is everything. Do things you can sustain.
New habits should feel easy, especially in the beginning. If you stay consistent and continue increasing your habit it will get hard enough, fast enough. It always does. [2]
FOOTNOTES
Habits: A Repeat Performance by David T. Neal, Wendy Wood, and Jeffrey M. Quinn
Special thanks to BJ Fogg, Leo Babauta, and Kelly McGonigal for their research and work on habit formation and willpower. I have learned a lot from each of you.
How to Build a New Habit: This is Your Strategy Guide的更多相关文章
- Distributed Systems: When you should build them, and how to scale. A step-by-step guide.
原文链接 https://medium.com/free-code-camp/distributed-systems-when-you-should-build-them-and-how-to-sca ...
- 如何编译和使用自定义Qt动态链接库 | how to build and use user-defined qt library
本文首发于个人博客https://kezunlin.me/post/cf628dd8/,欢迎阅读! guide to build qt library and use in another proje ...
- Vue-cli3 项目配置 Vue.config.js( 代替vue-cli2 build config)
Vue-cli3 搭建的项目 界面相对之前较为简洁 之前的build和config文件夹不见了,那么应该如何配置 如webpack等的配那 只需要在项目的根目录下新建 vue.config.js 文件 ...
- (转) [it-ebooks]电子书列表
[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...
- 优秀的PHP开源项目集合
包管理Package Management Package Management Related 框架 框架组件 微框架Micro Frameworks 内容管理系统Content Managemen ...
- 【Linux】freetds安装配置连接MSSQL
我使用的是freetds-0.91,下载地址:http://pan.baidu.com/s/1hq68rZY 安装编译(根据需要unixodbc): [root@zabbixserver / ]# t ...
- ubuntu11.04编译gm8180的ffmpeg
1.1 About this documentThe ffmpeg is a open source package that provides video application for gener ...
- iOS开发-LayoutGuide(从top/bottom LayoutGuide到Safe Area)
iOS7 topLayoutGuide/bottomLayoutGuide 创建一个叫做LayoutGuideStudy的工程,我们打开看一下Main.storyboard: storyboard-t ...
- vue.js的学习
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
随机推荐
- 我发起了一个 用 C# 写 的 浏览器 开源项目 HtmlCore
我之前还发起过一个 项目, 名字也叫 HtmlCore, 见 <我发起了一个 .Net 开源 跨平台 GUI (界面开发框架)项目 HtmlCore> https://www.cnblo ...
- redux源码解读(二)
之前,已经写过一篇redux源码解读(一),主要分析了 redux 的核心思想,并用100多行代码实现一个简单的 redux .但是,那个实现还不具备合并 reducer 和添加 middleware ...
- Ruby版快速排序
class Array def quick_sort return self if self.length<=1 k = self[0] head = 0 tail = self.length ...
- codechef February Challenge 2018 简要题解
比赛链接:https://www.codechef.com/FEB18,题面和提交记录是公开的,这里就不再贴了 Chef And His Characters 模拟题 Chef And The Pat ...
- (一)CentOS6.3安装Hadoop2.6.5
1.准备环境 下载CentOS: https://www.centos.org/download/ 下载JDK: https://www.oracle.com/technetwork/java/jav ...
- python 多线程threading的学习一
1. import threading #引入线程模块 2 申明实例 t = threading.Thread(target = fun, args = (,)) 说明:参数target 是要运行的 ...
- @EnableEurekaServer无法正常import原因是spring-cloud-dependencies版本太低
去maven repository 库里 http://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-depend ...
- k8s nodeport下访问请求未被分发到所有node的排错(转)
原文 https://www.myf5.net/post/2343.htm 现象: 从内部某个pod的容器里直接访问service的cluster地址,请求可以被正常转发到各个node上的pod里 但 ...
- kafka性能调优(转)
原文 https://blog.csdn.net/weixin_39478115/article/details/79155287 Broker参数配置 1.网络和io操作线程配置优化 # brok ...
- ROS多根adsl叠加负载均衡PCC的做法
命令行: / ip firewall mangle1.保证访问局域网IP的时候不被PCC了.add chain=prerouting dst-address=10.1.1.0/24 action=ac ...